Question

I've tried to run JOGL tutorial and got the following message:

Catched FileNotFoundException: /home/.../gluegen-natives-linux-i586.jar

Indeed, there no such library there, but there is gluegen-rt-natives-linux-i586.jar Is there the bug of JOGL and I showld link gluegen-rt-natives-linux-i586.jar as gluegen-natives-linux-i586.jar (it seems this works :) )???

Was it helpful?

Solution

There is no JAR called gluegen-natives-linux-i586.jar as far as I know, you shouldn't create such a symbolic link, you should just put gluegen*-rt*.jar into your classpath instead of gluegen.jar so that GlueGen looks for gluegen*-rt*-natives-linux-i586.jar instead of gluegen-natives-linux-i586.jar, exactly like it is indicated in absolutely all our tutorials.

Edit.: Rather ask your questions about JogAmp (JOGL, JOAL, JOCL) on our official forum.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top