ROCKEY4ND Java Library


File Description:
    FTsafe\Rockey4nd.class  Java JNI Class for ROCKEY4ND
    FTsafe.jar              Java package for ROCKEY4ND
    ry4nd_dll.dll           Java DLL library for ROCKEY4ND Java JNI Class
   
Manual:
Copy ry4nd_dll.dll into system directroy and import FTsafe.jar to project.
(system in Win9X and system32 in WinNT).

Developer can also pack the Java JNI class to their own package. 
For example, developer can create a new folder named "example", copy
Rockey4nd.class to it and use Jar command 

jar cvfm example.jar MANIFEST.MF example\Rockey4nd.class

to pack the example.jar package and then import it as

import example.*;

in the Java application
 
		www.rockey.com.my
	
  

