Re: Java 3D in eclipse Mac OSX not functioning
Posted by CMBR on Sep 03, 2014; 11:05am
URL: https://forum.jogamp.org/Java-3D-in-eclipse-Mac-OSX-not-functioning-tp4033010p4033016.html
@Wade Walker: After following through to “Run As > Run Configurations…” “Eclipse Application > there were no configurations"
So I created a new configuration and added the -Djava.awt.headless=true to the JVM options, ran the configuration and tried to compile but I got the same error unfortunately.
@Julien: I installed the Oracle Java JRE 7 and JDK 7, not sure about the JVM though? I only found jvmstat on the Oracle website?
As for the class path I managed to add the jars in the terminal with CLASSPATH=$CLASSPATH:.. Like I say I am new to MacOS, still getting to grips with the basics. Anyway this did not help and I get the same error.
Lastly the 1st link you posted says "I'm afraid that Java3D 1.5 is incompatible with newer versions of OSX, there's nothing you can do." My program was developed on Java3D1.5 a while back so does this mean there is nothing I can do for real? I mean I added the Java3D 1.6 on your tutorial to my class path + eclipse project build path along with the jars in that .7z compressed file as stated in the tutorial.