java.lang.NoSuchMethodError: javax.media.opengl.GLDrawableFactory.initSingleton()V
at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1396)
at javax.media.opengl.GLProfile.access$100(GLProfile.java:76)
at javax.media.opengl.GLProfile$1.run(GLProfile.java:157)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:123)
at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1857)
at javax.media.opengl.GLProfile.get(GLProfile.java:768)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:555)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:566)
at haven.HavenPanel.stdcaps(HavenPanel.java:58)
at haven.HavenPanel.<init>(HavenPanel.java:71)
at haven.HavenPanel.<init>(HavenPanel.java:81)
at haven.MainFrame.<init>(MainFrame.java:183)
at haven.MainFrame.main2(MainFrame.java:371)
at haven.MainFrame.access$100(MainFrame.java:35)
at haven.MainFrame$7.run(MainFrame.java:425)
at java.lang.Thread.run(Thread.java:722)
I've installed the latest java (7). Please assist. Thanks.