- Code: Select all
Exception in thread "Haven main thread" java.lang.NoSuchMethodError: javax.media
.opengl.awt.GLCanvas.<init>(Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/m
edia/opengl/GLCapabilitiesChooser;Ljavax/media/opengl/GLContext;Ljava/awt/Graphi
csDevice;)V
at haven.HavenPanel.<init>(HavenPanel.java:82)
at haven.HavenPanel.<init>(HavenPanel.java:92)
at haven.MainFrame.<init>(MainFrame.java:188)
at haven.MainFrame.main2(MainFrame.java:399)
at haven.MainFrame.access$100(MainFrame.java:36)
at haven.MainFrame$8.run(MainFrame.java:443)
at java.lang.Thread.run(Unknown Source)
I have all of the opengl .jar files in my java/lib/ext folder and in the client's folder itself. I also just updated my graphics driver and my java.