Downloading and installing JOGL

From JogampWiki
Revision as of 20:45, 17 January 2011 by Wwalker (talk | contribs) (Created page with '= Downloading JOGL = You can get the files for the latest stable version at https://jogamp.org/deployment/webstart/. You'll need to download eight things, shown below. Pick the …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Downloading JOGL

You can get the files for the latest stable version at https://jogamp.org/deployment/webstart/. You'll need to download eight things, shown below. Pick the "natives" JARs appropriate to your platform; we show 64-bit Windows versions in the examples below.

  • gluegen-rt.jar (downloads as gluegen-rt.gz)
  • gluegen-rt-natives-windows-amd64.jar
  • jogl.all.jar (downloads as jogl.all.gz)
  • jogl-natives-windows-amd64.jar
  • nativewindow.all.jar (downloads as nativewindow.all.gz)
  • nativewindow-natives-windows-amd64.jar
  • newt.all.jar (downloads as newt.all.gz)
  • newt-natives-windows-amd64.jar

Or if you want the latest automatic build, you can download it as one big file from https://jogamp.org/deployment/autobuilds/master/. Pick the most recent jogl-b* directory, then download the right zip file for your platform from it. For 64-bit Windows the file will be jogl-2.0-bvvv-2010mmdd-windows-amd64.zip.

Unzip or unjar all the files you downloaded, then pull out gluegen-rt.jar, jogl.all.jar, nativewindow.all.jar newt.all.jar, and all the native library files (the .dll, .so, or .jnilib files). These files form your JOGL installation, which you can put wherever you want.

This installation contains all of JOGL. If you want to trim it down, see https://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html for more information.