Re: Execution failed on MacOS
Posted by
gouessej on
Aug 03, 2013; 10:10am
URL: https://forum.jogamp.org/Execution-failed-on-MacOS-tp4029717p4029722.html
Hi Pierre
Please don't use the extension mechanism, it will only lead to troubles. Use Java3D 1.6-pre8 with JOGL 2.0.2 (stable). In my tutorial I don't encourage people to put JARs into the JVM or into directories used in the extension mechanism. You shouldn't use the jnilib files because when the JARs containing the native libraries are found, they are automatically extracted and loaded.
Edit.: This seems to be a problem with JOGL:
"Caused by: javax.media.opengl.GLException: No default device available "
Which version of Mac OS X do you use? Which graphics card? Which driver?