Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS Visualization Tab > View results in java.lang.NoClassDefFoundError: javax/media/opengl/GLException #53

Open
JustasB opened this issue Jan 2, 2016 · 1 comment

Comments

@JustasB
Copy link

JustasB commented Jan 2, 2016

On MacOS 10.10.3, with Java 1.8.0.66 installed, clicking "View" in the "Visualization" tab displays nothing, and the console shows the following error:

15:10:06.141> UncaughtExceptionInfo  : *** ERROR*** : java.lang.NoClassDefFoundError: javax/media/opengl/GLException
15:10:06.141> UncaughtExceptionInfo  : *** ERROR*** :   at java.lang.Class.forName0(Native Method)
15:10:06.141> UncaughtExceptionInfo  : *** ERROR*** :   at java.lang.Class.forName(Class.java:264)
15:10:06.141> UncaughtExceptionInfo  : *** ERROR*** :   at javax.media.j3d.Pipeline$1.run(Pipeline.java:143)
15:10:06.142> UncaughtExceptionInfo  : *** ERROR*** :   at java.security.AccessController.doPrivileged(Native Method)
15:10:06.142> UncaughtExceptionInfo  : *** ERROR*** :   at javax.media.j3d.Pipeline.createPipeline(Pipeline.java:138)
15:10:06.142> UncaughtExceptionInfo  : *** ERROR*** :   at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:926)
15:10:06.142> UncaughtExceptionInfo  : *** ERROR*** :   at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:280)
15:10:06.143> UncaughtExceptionInfo  : *** ERROR*** :   at javax.media.j3d.GraphicsConfigTemplate3D.getBestConfiguration(GraphicsConfigTemplate3D.java:302)
15:10:06.143> UncaughtExceptionInfo  : *** ERROR*** :   at java.awt.GraphicsDevice.getBestConfiguration(GraphicsDevice.java:207)
15:10:06.143> UncaughtExceptionInfo  : *** ERROR*** :   at ucl.physiol.neuroconstruct.j3D.OneCell3DPanel.repaint3DScene(OneCell3DPanel.java:590)

Searching SO and elsewhere, and then following the steps below to install Java3D, results in the error below

Steps: https://gouessej.wordpress.com/2012/08/01/java-3d-est-de-retour-java-3d-is-back/

java.lang.NoClassDefFoundError: javax/media/opengl/GLCapabilitiesChooser
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:264)
    at javax.media.j3d.Pipeline$1.run(Pipeline.java:143)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.media.j3d.Pipeline.createPipeline(Pipeline.java:138)
    at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:926)
    at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:280)
    at javax.media.j3d.GraphicsConfigTemplate3D.getBestConfiguration(GraphicsConfigTemplate3D.java:302)
    at java.awt.GraphicsDevice.getBestConfiguration(GraphicsDevice.java:207)
    at ucl.physiol.neuroconstruct.j3D.OneCell3DPanel.repaint3DScene(OneCell3DPanel.java:590)

@borismarin
Copy link
Contributor

@JustasB could you have a look at openworm/OpenWorm#93 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants