Re: Help! Java path error when creating native binary exes...
Posted by
Wade Walker on
Feb 20, 2012; 9:09pm
URL: https://forum.jogamp.org/Help-Java-path-error-when-creating-native-binary-exes-tp3760329p3761962.html
Another thing you can do is export the binary from Eclipse, then check inside your workspace directory, at the end of the .metadata/.log file, to see if there were any error messages generated during the export that didn't show up in the GUI. That might point you in the right direction. I think there may also be a log file created in the export directory somewhere at an intermediate phase of the export, so check in there too.
If the export is working correctly, then in the exported directory there should be a file called win32.win32.x86_64\bin\plugins\com.jogamp.jogl-windows-amd64_2.0.0.b365.jar (or some similar name depending on your exact platform and JOGL build number). If you look inside this JAR with 7zip or some other archive program, you should see all the native DLLs of JOGL, including gluegen-rt.dll. If this file is missing, that would probably mean there was an error during export. If a DLL is missing from inside this file, that would probably mean that in your JOGL fragment project, the "Build" tab of the MANIFEST.MF probably doesn't have the DLL files checked in the "Binary Build" list.
Let me know what you find, and we can take it from there. Bear in mind that when you edit a post on the forum, it doesn't send out another email to those watching the forum, so a new post will get a quicker response