You need to use JNI (Java Native Interface). This APIenable developers to use platform specific featuresand also functionality integrated in Shared objects(Linux) and Dynamic Link Libraries (Windows).Take a look atjava.sun.com/.../jni.html.