Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I get the JOGL JAR?

This might sound silly... but I don't know where to find the JOGL JAR. I searched their website (http://jogamp.org/jogl/www/) and couldn't find it.

Could someone please help?

Thank you

blargman

like image 951
nambvarun Avatar asked May 31 '11 23:05

nambvarun


People also ask

How to install jogl in eclipse?

In the Eclipse menu bar, select Windows->Preferences. The left side of the Preferences frame has a number of options. Select Java->BuildPath->User Libraries. You need to make a new user library, so click the New button, then give a name such as “jogl” in the dialog box that pops up.

What is JogAmp EXE?

JogAmp is the home of high performance Java™ libraries for 3D Graphics, Multimedia and Processing. JOGL, JOCL and JOAL provide cross platform Java™ language bindings to the OpenGL®, OpenCL™, OpenAL and OpenMAX APIs.


1 Answers

It looks like you can get the files from here: http://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL.

Just follow one of these links: Signed Release, Signed Candidate, Candidate, off the above Wiki page to get list of files.

You'll need the macosx for jogl and possibly the gluegen one as well.

Here are steps on how to setup JOGL in an IDE.

like image 120
mikek3332002 Avatar answered Sep 22 '22 16:09

mikek3332002