Re: Help! Java path error when creating native binary exes...
Posted by
Tom Bombadil on
Feb 20, 2012; 12:44pm
URL: https://forum.jogamp.org/Help-Java-path-error-when-creating-native-binary-exes-tp3760329p3760592.html
Hi, thanks for your quick response!
Not too worried about deployment to applets etc - my objective is an .exe that I can distribute myself and that "just works" for a windows end user regradless of their system setup (although we can assume they have a JVM/JRE). I only used SWT as the tutorial/eclipse was set up for that.
The tutorial creates some Eclipse plug-ins and adds the .jars and .dlls to those, then makes your main project dependent on those plugins. When that didn't work, I manually added the JOGL lilbraries & .dll locations to the project properties as per the JogAmp wiki. I even added gluegen to the .classpath entry in the build properties, but to no avail.
PS Here's the tutorial I followed:
http://wadeawalker.wordpress.com/2010/10/24/tutorial-creating-native-binary-executables-for-multi-platform-java-apps-with-opengl-and-eclipse-rcp/