Login  Register

Re: Help! Java path error when creating native binary exes...

Posted by Wade Walker on Feb 20, 2012; 3:55pm
URL: https://forum.jogamp.org/Help-Java-path-error-when-creating-native-binary-exes-tp3760329p3761097.html

Hi Tom,

In Eclipse, try double-clicking your .product file, then click the "Dependencies" tab at the bottom of the product editor window. Do you see the com.jogamp.jogl plugin and all five of the com.jogamp.jogl-* fragments in the "Plug-ins and Fragments" list? If some of these are missing (or if they have a red "x" by them), it could cause Eclipse not to export the JOGL plugin properly, which would cause the problem you're seeing.

Also, what version of Eclipse are you using? I wrote this tutorial with Helios, so I might need to recheck it with Indigo (if that's what you're using) to make sure the behavior is exactly the same.

Don't worry, I'll help you figure out any problem. This is how I do my own work, so if it's broken, I need to know