DownloadReady - Ultimate Software Collection

Advanced


   

 Categories : Web Development > Java & JavaScript
 Volser 1.0
Publisher Canadian Mind Products
Published Date 2007-12-17
License Freeware Price 0 USD
Size 516 KB.

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.

Description From Publisher
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 http://mindprod.com/jgloss/path.html 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.

Supported OS
Windows2000,WinXP,Windows2003,Windows Vista Starter,Windows Vista Home Basic,Win

Related Keywords
Volser  Volser  Java  Java  classes  classes  volume serials number.  volume serials number. 

Volser


Latest Java & JavaScript Realted Tools:
Sothink Java Web Scroller and Menu Builder Suite   Sothink Java Web Scroller and Menu Builder Suite 1.0
 Sothink JavaScript Web Scroller creates scrollers for multipurpose including ads, events, news, slide shows, etc. Scroller can include text, images, their combination or HTML code and detect the browser's window size automatically to adjust its size.
Sothink JavaScript Image Scroller and DHTML Menu S   Sothink JavaScript Image Scroller and DHTML Menu S 1.5
 Sothink DHTML Menu creates DHTML menu easily. The user-friendly interface, rich templates and easy publishing makes the menu creation simple. It supports Windows Vista (SP1) and integrates well with Dreamweaver, FrontPage, Expression Web and Golive.
Sothink JavaScript Web Scroller   Sothink JavaScript Web Scroller 1.0
 Sothink JavaScript Web Scroller creates scrollers for multipurpose including ads, events, news, slide shows, etc. Scroller can include text, images, their combination or HTML code and detect the browser's window size automatically to adjust its size.
LazyJ   LazyJ 1.0.4
 LazyJ is a rapid development framework for Java-based WEB applications. It includes a very fast template engine, page caching and data caching, database wrapper with connection pooling, database-backed sessions, time-bounded servlet execution.
XML Menu Builder   XML Menu Builder 2.0
 XML Menu is a new and better approach to creating web menus. Instead of menu content being described by placing unordered list elements on every single page of your website, XML Menu uses a single XML file to describe menu content. Uses no plug-ins!
JavaScript Image Slider Gold   JavaScript Image Slider Gold 1.3
 JavaScript-producing design tool for creating scrolling images on Web pages. The script can be customized highly and easily. With this easy-to-use script authoring tool, you can make a professional script just in minutes!
MDI Browser   MDI Browser 2.6
 MDI Browser allow you to reproduce exactly what applications (.exe) have been using for a long time, i.e. dropdown menu bars with moveable/resizable child windows in your web browser. All javascript, xml, xsl, css base (no plug-in).
JavaScript QuickLink   JavaScript QuickLink 1.0
 JavaScript-producing design tool for creating pop-up menu on Web pages. The script can be customized highly and easily. With this easy-to-use script authoring tool, you can make a professional calendar just in minutes!
-123 Popup Video   -123 Popup Video 1.1
 Popup Video! is an exciting new java applet that allows you to easily create popup's like in the music videos! Simply create hotspots, popup menu location and text, and you've got a cool looking popup image!
1-2-3 JavaScript Library   1-2-3 JavaScript Library 9.56
 1-2-3 JavaScript Library is a cool new software application that allows you to create amazing javascript in seconds! Choose scripts from an organized, amazingly easy to navigate menu system, and customize them to your own needs! No more long download
ISBN   ISBN 2.1
 Helps you proofread, interconvert, validate and tidy ISBN-10 and ISBN-13 (International Standard Book Number) references in your HTML or other documentation. It validates the checkdigit, inserts dashes, interconverts ISBN-10 and ISBN-13.
JDisplay   JDisplay 3.2
 JDisplay displays Java, HTML, bat, SQL, ini, csv, properties... files a variety of colours, fonts, sizes and weights to help make them more presentable. Why would you use it? For the same sorts of reasons you use colours and fonts in an IDE.
Wavelength   Wavelength 1.3
 Wavelength creates Color objects given the wavelength or the frequency of the light rather than the usual RGB or HSB. instead of: Color c = new Color(255, 0, 0); use the frequency in nanometers, and gamma 0.0. .. 1.0. (gamma is intensity/brightness.)