posted 23 years ago
Hi David
I have tried JavaToExe, but it executes sucessfully in Windows NT
I am not so lucky with Windows 95.
Also i need the class file to be converted to exe only, since i have a hardware lock which protects the application using a command exeprot.
the hardware vendor is not supporting NT so i have to do it with Win 95.
I have also tried JNI, created a DLL then called the Java funtion in theat DLL, still the result not what i had expected.
Can i read an .obj file in Java??
I shall try downloading Microsoft SDK for Java , there is a tool jexegen wich converts .class to .exe.
Bye