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.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
This answer is outdated. JOGL has changed the package name.
javax.media.opengl
is nowcom.jogamp.opengl
be aware if you have an old project and you try to get the latest library version.
You only need two packages for java OpenGL:
http://jogamp.org/deployment/jogamp-current/archive/
Edit They seem to have reorganized their site. I updated the link.
The
7z
archive format can be extracted with 7-zip, which is available on Windows.