Where can I find the package javax.media.opengl?
问题 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. 回答1: You only need two packages for java OpenGL: jogl.all.jar -> this contains javax.media.opengl. gluegen-rt.jar -> this contains com.jogamp.opengl. Both of which are in here: jogamp-all-platforms.7z http:/