Re: Java 3D in eclipse Mac OSX not functioning
Posted by everythingConnected on Jan 30, 2015; 11:55am
URL: https://forum.jogamp.org/Java-3D-in-eclipse-Mac-OSX-not-functioning-tp4033010p4033967.html
In reply to my previous post I have now explored the java internet plugin using the terminal (this allows you into the 'hidden' folders and there are no Java3D files in there either.
Following on from a previous message in this thread, I can get a different error message. If I put all the jar files and my project jar into the same directory and run the command:
java -Djava.ext.dirs="" -cp gluegen-rt.jar:j3dcore.jar:j3dutils.jar:joal.jar:jogl-all.jar:vecmath.jar: -jar MyJar.jar
I get the message:
Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/j3d/Canvas3D
Does that explain anything?
Thanks again