Login  Register

Re: Issue with Java 3D under OpenJDK 7 / Mac OS X

Posted by Manu on Oct 16, 2012; 10:24am
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4026509.html

Harvey, Sven, any news about this issue?
I downloaded java3d-core sources, succeeded to build a j3dcore.jar file in Eclipse and reproduce the issue with Java 7 / Mac OS X.
But I don't know what I should change around line 6198 in JoglPipeline.java 
From Sven message, the error is probably in line 6178:
  draw = GLDrawableFactory.getFactory(getDefaultProfile()).createGLDrawable(nativeWindow);
but there's so much to learn before I could be able to update this line! Any hint about the change I could try?
Emmanuel Puybaret