Re: Catched FileNotFoundException (natives)
Posted by
gouessej on
Jul 15, 2014; 12:25pm
URL: https://forum.jogamp.org/Catched-FileNotFoundException-natives-tp4032572p4032575.html
Hi
Please use a more recent version of JOGL (at least 2.1.5-01). I'm not a Maven expert but maybe your JAR geographer-0.9.7.jar contains a class of GlueGen, then it tries to extract the native libraries from geographer-0.9.7-natives-linux-i586.jar instead of gluegen-rt-natives-linux-i586.jar. Are you trying to make a fat JAR? I can do it with Ant, it's doable with Maven. You should contact Mark on our IRC channel, maybe he could help you.
Edit.: Java3D 1.6 pre is compatible with JOGL 2 which isn't the case of earlier versions including the one you use, please look at my tutorial:
http://gouessej.wordpress.com/2012/08/01/java-3d-est-de-retour-java-3d-is-back/Moreover, Java3D 1.6 pre isn't on Maven Central as far as I know, the version 1.3.1 is completely obsolete. I fear that you won't be able to use Maven to build your project without some hacks like this one:
http://stackoverflow.com/questions/10935135/maven-and-adding-jars-to-system-scope