missing jar file from JOGL folder
Posted by max on Aug 18, 2014; 6:17pm
URL: https://forum.jogamp.org/missing-jar-file-from-JOGL-folder-tp4032820.html
hello,
first of all: I'm new to this, first time working with a big library.
I joined a team that uses the JOGL library.
I thought it was a good idea to request the library files they are using, so we'd be working with the same version.
However, when I try to build the whole thing, I receive an error:
FileNotFoundException
/java/JOGL/gluegen-natives-linux-amd64.jar (No such file or directory)
...plus stack trace etc.
So I had a look and searched the JOGL folder:
/java/JOGL$ ls | grep gluegen
and I get this:
gluegen.jar
gluegen-java-src.zip
gluegen-rt-android.jar
gluegen-rt.jar
gluegen-rt-natives-android-armv6.jar
gluegen-rt-natives-linux-amd64.jar
gluegen-rt-natives-linux-armv6hf.jar
gluegen-rt-natives-linux-armv6.jar
gluegen-rt-natives-linux-i586.jar
gluegen-rt-natives-macosx-universal.jar
gluegen-rt-natives-solaris-amd64.jar
gluegen-rt-natives-solaris-i586.jar
gluegen-rt-natives-windows-amd64.jar
gluegen-rt-natives-windows-i586.jar
It seems I have the "rt" version of the gluegen files, but it wants the non-rt version.
Could somebody please explain to me what this "rt" stuff is all about?
How can I get this thing to build properly?
What am I doing wrong?
Thanks