DriveInfo 0.1 DriveInfo is a Java class which lets you get the volume label of a drive by using a native method. This only works under windows. The only class provided (ar.com.ktulu.utils.DriveInfo) has a main method for testing purposes which obtains the volume name of the first argument passed to it (e.g.: "java ar.com.ktulu.utils.DriveInfo d:\"). Information on JNI can be found at http://java.sun.com/docs/books/tutorial/native1.1/TOC.html DriveInfo is released under the terms of the GPL license. Copyright (C) 2003 Luis Parravicini