Is a full Java Object-Toolkit installation needed on a client machine?
Dear community,
I wrote a OTK-Java-free application which runs fine on my developing environment. I am having problems to get the app working on client machines though.
One basic question: Is it possible to run this java-app without Java Object-Toolkit installation on the client machine? If so, how do I link to otk.jar?
I tried to link to the manually copied jar file in severals ways without success:
via config.pro option: jlink_java_command [path-to-folder]\java.exe -cp [path-to-folder]\otk.jar
via creotk.dat option: JAVA_APP_CLASSPATH [path-to-folder]\MyApp.jar;[path-to-folder]\otk.jar
I appreciate your help!
Best regards
Michael

