Re: Java 3D in eclipse Mac OSX not functioning
Posted by
Wade Walker on
Sep 03, 2014; 1:36am
URL: https://forum.jogamp.org/Java-3D-in-eclipse-Mac-OSX-not-functioning-tp4033010p4033011.html
CMBR wrote
So I recently made the switch to Mac OS X 10.9.4 from windows and I am trying to recompile a program I made with Java3D API in eclipse and I am getting the following errors:
JavaVM WARNING: JAWT_GetAWT must be called after loading a JVM
AWT not found
One thing to try might be adding "-Djava.awt.headless=true" to the JVM options, which is required on Mac but not on PC. This prevents AWT from being started during some library calls and messing up the JVM. I mention it briefly in my tutorial at
http://wadeawalker.wordpress.com/2010/10/09/tutorial-a-cross-platform-workbench-program-using-java-opengl-and-eclipse/.