- Code: Select all
java.lang.NoClassDefFoundError: com/sun/gluegen/runtime/DynamicLookupHelper
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:106)
at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:520)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:90)
at haven.HavenPanel.<init>(HavenPanel.java:63)
at haven.MainFrame.<init>(MainFrame.java:120)
at haven.MainFrame.main2(MainFrame.java:211)
at haven.MainFrame.access$100(MainFrame.java:34)
at haven.MainFrame$5.run(MainFrame.java:264)
at java.lang.Thread.run(Unknown Source)
I've been reviewing the forums rather closely, and several references to re-installing java and clearing the java temp and cache have been made. I've tried this, clean uninstall, empty cache, reinstall, deleting the H&H files, deleting the .jnlp files and getting fresh ones, and generally doing everything in my ability to get this game to work... Unfortunately all turns up to this result.
I've re-installed java 6.23, and it still doesn't work. As far as i can see, and reading previous unsolved posts, this is a gluegen error, seeing as the error states a no class def error, while looking for dynamic helper. This would make me believe that i'm missing some critical files, but where can i get them, and what are they from?
I'm running Windows Xp, video, ram, memory, storage, all not a problem, specs available upon request, although I don't think they're needed for this.
I've watched the tutorial video, several youtube videos, and I have to say, I think i'd love to play this game, so this error is a slight irritation that i've spent hours researching into.
I'm at the end of my rope, could a mod or dev help me with this? I have absolutely zip in the way of java proggy knowledge, but i've done five or so years of C++ coding, and as such, am not a total newb at this.
A resolution to this problem would be very much appreciated, thank you.
-James Gudge