lwjgl installation test problem

Started by johnhh, December 27, 2007, 03:20:54

Previous topic - Next topic

johnhh

I've installed lwjgl 1.1.3 on a Win32 box, but am having trouble with the test.  I entered the command line as noted in the installation instructions, but I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException

Sorry  to be dense and especially if this has been asked before, but any ideas?  BTW, I made sure all the dlls were in the native folder and the jars in the jar folder

Thanks!

Matzon

please paste the commandline.
a NoClassDefFoundError is usually because of missing classpath entries

johnhh

Here's what I thought typed (all on one line):
java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_devil.jar;jar\jinput.jar; -Djava.library.path=native\win32 org.lwjgl.test.WindowCreationTest

I guess I must have had a typo in there- I just now ran this as a batch file, and it worked fine. 

Thanks for the followup!