Re: Help! Java path error when creating native binary exes...
Posted by
gouessej on
Feb 20, 2012; 12:27pm
URL: https://forum.jogamp.org/Help-Java-path-error-when-creating-native-binary-exes-tp3760329p3760568.html
Hi
As far as I know, SWT does not work in managed environments (applets, Java Web Start), you're stuck with your executable file. Do you set the java.library.path somewhere? I'm not sure the automatic deployment of native libraries work in your case, you might have to set the Java library path and to put the native libraries (DLL under Windows) into it.