Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/LWJGLExcept

Started by simonhyttfors, May 12, 2013, 16:11:20

Previous topic - Next topic

simonhyttfors

I exported my game to a jar via Eclipse and I put the natives right in the jar, by the side of META-INF, my package and lwjgl.jar. I changed the Class-Path in MANIFEST.MF to lwjgl.jar but when I run it through a terminal it says
Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException

What am I doing wrong? How do you distribute your games? (I've read the wiki but I didn't think it said much more than what I've tried). Thank you all :)
/Simon