View Single Post
Alice 3.1 on Mac not working
Old
WurmD
Junior Member
 
Status: Offline
Posts: 2
Join Date: Dec 2014
Location: Portugal
Unhappy Alice 3.1 on Mac not working - 01-17-2015, 03:37 PM

Hi all,

Alice is not working at all in my Mac. Neither Alice, nor projects imported into Netbeans.

I have Alice 3.1, JDK 8u25, Netbeans 8.0.2, in a Mac OS 10.8.2

In Netbeans the following exception happens with any project imported from Alice (even the example http://www.curriki.org/xwiki/bin/vie...ectExampleMath )
Code:
Exception in thread "main" java.lang.NoSuchMethodError: javax.media.opengl.GLDrawableFactory.initSingleton()V
	at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1573)
	at javax.media.opengl.GLProfile.access$100(GLProfile.java:76)
	at javax.media.opengl.GLProfile$1.run(GLProfile.java:155)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:123)
	at edu.cmu.cs.dennisc.renderer.RendererNativeLibraryLoader.initializeIfNecessary(RendererNativeLibraryLoader.java:113)
	at edu.cmu.cs.dennisc.lookingglass.opengl.LookingGlassFactory.<clinit>(LookingGlassFactory.java:84)
	at org.lgna.story.implementation.DefaultProgramImp.<init>(DefaultProgramImp.java:53)
	at org.lgna.story.implementation.ProgramImp.createInstance(ProgramImp.java:89)
	at org.lgna.story.SProgram.<init>(SProgram.java:51)
	at Program.<init>(Program.java:9)
	at Program.main(Program.java:18)
In Alice when loading any world:
Code:
java.langNoSuchMethodError: javax.media.opengl.GLDrawableFactory.initSingleton()
Can anyone help?
What else should I do to diagnose my problem and try to fix it?

Thanks,
   
Reply With Quote