Noob question "The type javax.media.opengl.awt.GLCanvas cannot be resolved. It is indirectly referenced from required .class files"

classic Classic list List threaded Threaded
2 messages Options
rkp
Reply | Threaded
Open this post in threaded view
|

Noob question "The type javax.media.opengl.awt.GLCanvas cannot be resolved. It is indirectly referenced from required .class files"

rkp
What version of Jogl still supports javax.media.opengl.awt.GLCanvas? I tried Jogl 1.1.1 to no avail, I still can't compile my code because of this ever-present error.  I'm on eclipse ide by the way. Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Noob question "The type javax.media.opengl.awt.GLCanvas cannot be resolved. It is indirectly referenced from required .class files"

gouessej
Administrator
Hello

Please use com.jogamp.opengl.awt.GLCanvas. It was moved from javax.media.opengl.awt to com.jogamp.opengl.awt in the version 2.3.1 as far as I remember.

JOGL 1.1 is obsolete and unmaintained.

The current version is JOGL 2.3.2. The next version is JOGL 2.4.
Julien Gouesse | Personal blog | Website