Login  Register

Re: missing jar file from JOGL folder

Posted by max on Aug 18, 2014; 8:58pm
URL: https://forum.jogamp.org/missing-jar-file-from-JOGL-folder-tp4032820p4032825.html

Man, I never would have thought that one can put too many jars into a project.
I just added the whole JOGL folder and expected it to work as it contains all files I have.

The naming scheme was pretty obvious (except for the rt stuff), so I did not expect my mistake there.
Excluding gluegen.jar totally got me in the right direction.

I also found this SO:
http://stackoverflow.com/questions/7210194/where-can-i-find-the-package-javax-media-opengl
with its best answer to be helpful.

I reduced my libraries to those two: jogl-all and gluegen-rt
This project additionally required some sound, aka joal.jar.

That's it. I can build this thing now.
Thanks Xerxes, that was one amazingly helpful post.