Got it. Thanks Klaus.Simply copy both files into your AdditionalLibraries\B4J folder.
You may have a look HERE.
Dim diskserial As DiskUtil
diskserial.Initialize("DiskSerial")
Log("diskserial " & diskserial.getSerialNumber("c:\"))
"discserial" is the Eventprefix YOU DID SETThere is only a .jar file and an .xml file. I did not find the string "diskserial_result" in the .xml file.
<event>result(Successful As Boolean, DriveSerial as String)</event>
<event>drives(Successful As boolean, DriveNames() As Object)</event>
sub discserial_result(Successful As Boolean, DriveSerial as String)
End sub