Where can I find the package javax.media.opengl?

O_O picture O_O · Aug 26, 2011 · Viewed 32.8k times · Source

I need to import the javax.media.opengl.* package. From Java OpenGL Wiki to http://jogamp.org/, I am sort of confused which download I need. There is a long list of build downloads here, but they are all .7z files and I am looking for a download usable for a Windows XP 32-bit machine.

Answer

Edgar Chavolla picture Edgar Chavolla · Apr 14, 2015

This answer is outdated. JOGL has changed the package name.

javax.media.opengl is now com.jogamp.opengl

be aware if you have an old project and you try to get the latest library version.