LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Zombiedevice on November 27, 2008, 21:56:32

Title: Problem with the installation
Post by: Zombiedevice on November 27, 2008, 21:56:32
I'm using Eclipse to run the installation for the LWJGL source, and I did the whole tutorial, but every time I try to run it, it says:


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



And I know what that means, I just don't know what the main class is. The tutorial doesn't say.
Title: Re: Problem with the installation
Post by: Matzon on November 27, 2008, 23:39:57
you are trying to run lwjgl.jar as a class or something??

normally you'd do something like: java -cp lwjgl.jar;lwjgl_test.jar -Djava.library.path=native/win32 org.lwjgl.test.SysTest
Title: Re: Problem with the installation
Post by: Zombiedevice on November 28, 2008, 02:57:52
Not any more. But any class I try to run in the WIKI gives errors?...



Does this have more features than jME? Because so far it doesn't seem better at all.
Title: Re: Problem with the installation
Post by: Matzon on November 28, 2008, 06:08:23
you really need to read up on what LWJGL is ...
Title: Re: Problem with the installation
Post by: imagenesis on November 30, 2008, 15:04:27
lol... dude, how are you planning to develop a game (one of the most involved programming problems) if you can't read basic specs...