Volser 1.3



Publisher Description



Gets the 4-byte 32-bit binary volume serial number of a Windows
disk drive assigned when it is formatted to provide and almost unique id.
Don't confuse this with the volser(, the string name,
or the manufacturer's disk serial number assigned to a hard drive at the factory.
Uses JNI and C++ native code.
Consists of java and JNI you include in your own code.
You can test with
C:
CD com.mindprod.volser
java.exe -jar volser.jar
and ensuring volser.32.dll iand volser.64.dll are on the path, e.g. in the
current directory.
To use getVolser, you need three pieces of code in your
class:
1. an import,
2. a static init to load the JNI library
3. a call to the getVolser native method
i.e.
import com.mindprod.volser.Volser;
...
static
{
// get DLL loaded from somewhere on java.library path.
System.loadLibrary( "volser.32" );
/**
* test harness
*
* @param args not used
*/
public static void main( String[] args )
{
// Needs drive letter with colon and trailing backslash
final int volser = Volser.getVolser( "C:" );
System.out.println( "4-byte Volume serial number for drive C: is " + Integer.toHexString( volser ) );
}
}
Volser does nothing much by itself, other than a debugging
test harness to demonstrate getVolser method.


About Volser

Volser is a free software published in the Java & JavaScript list of programs, part of Web Development.

This Java & JavaScript program is available in English. It was last updated on 19 March, 2024. Volser is compatible with the following operating systems: Linux, Mac, Other, Unix, Windows.

The company that develops Volser is Canadian Mind Products. The latest version released by its developer is 1.3. This version was rated by 1 users of our site and has an average rating of 4.0.

The download we have available for Volser has a file size of . Just click the green Download button above to start the downloading process. The program is listed on our website since 2012-12-11 and was downloaded 214 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the Volser as malware if the download link is broken.

How to install Volser on your Windows device:

  • Click on the Download button on our website. This will start the download from the website of the developer.
  • Once the Volser is downloaded click on it to start the setup process (assuming you are on a desktop computer).
  • When the installation is finished you should be able to see and run the program.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  4.0/5     1
Downloads: 214
Updated At: 2024-03-19
Publisher: Canadian Mind Products
Operating System: Linux, Mac, Other, Unix, Windows
License Type: Free