Choose Your Language: International US DE ES FR
Hello Guest Login Here or

Volser 1.2

Download 0 Screenshots 0 user reviews No Video

Volser Description

Volser - Gets 32-bit binary volume serial number

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 com.mindprod.volser.Volser
and ensuring nativevolser.dll is on the path, e.g. in the
current directory. YOU MUST MANUALLY EXTRACT
NATIVEVOLSER.DLL and put it on the path. See
path in the Java glossary.
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( "nativevolser" );
// if have troubles change this code to use
// System.load( "E:\\com\\mindprod\\volser\\nativevolser.dll" );
/**
* 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.

Volser 1.2 is licensed as Freeware for the Windows operating system / platform. Volser is provided as a free download for all software users (Freeware).

Volser User Reviews (0)

No reviews yet, be the first to add a review and we'll give you some extra points.

Volser Related Searches

Volser Download Notice
Volser is periodically updated by FileCluster but you may encounter situations when the software informations are slightly out-of-date, the producers of Volser can modify the product without notifying us. Volser 1.2 is currently the last updated version of the software. All rights for Volser are belong to the developer, Canadian Mind Products.

Any form of support or software problems regarding Volser will be addressd to its developers. Please be aware that we do NOT provide Volser cracks, serial numbers, registration codes or any forms of pirated software downloads.
Volser Related Software
PageTranslator 1.0
Translate Your Web Site Instantly!
1 / 264
Web Designers Toolkit 2003 1.0.40
Professional Web Script Authoring Tools.
1 / 179
Search Engine Builder Standard 3.3
Create a search engine for your website.
3 / 453
1st JavaScript Editor Pro 5.1 5.1
Great DHTML editor for everyone!
3 / 731
RSMS UCP/TAP 1.0
Java component for sending SMS messages
1 / 457
Easy JAVA to Source Converter 2.3
Decompiles JAVA class into source code.
13 / 4,475
Biorhythmus-Applet 4.0
Free biorhythm applet.
1 / 266
Link Show (Images) 1.0
Preview-type menu system.
1 / 213
FlippingBook free page flip 2.0
FlippingBook free page flip
18 / 5,539
LuckyView 1.0
Free javascript tool for zooming large images
1 / 279