I have a Java class that has the following two imports:
import javax.media.opengl.GL;
import javax.media.opengl.GL3;
Eclipse is able to use the attached jar to resolve the first one for GL but it gives me an error on the second one saying it can't resolve the GL3 one.
Have you read our instructions for Eclipse in the official JogAmp wiki?
In my humble opinion, you use some JARs of JOGL 1 whereas your source code relies on JOGL <= 2.3.0. The latest version is JOGL 2.3.2 and "javax.media" has been renamed "com.jogamp" (for legal reasons).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With