LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Unic on January 30, 2008, 19:36:07

Title: Installing/Compiling Problems
Post by: Unic on January 30, 2008, 19:36:07
Hello,

First of all: Please excuse my terrible english, i'm form germany!

Here is my Problem:

I just want to write a few lines of code to test LWJGL and I hate IDE's like Eclipse or Netbeans, so i followed the installation-instructions for windows-users (http://lwjgl.org/installation.php) (http://(http://lwjgl.org/installation.php)):

(http://www.bithauer.de/cmd.gif)

but when i try to compile any code wrote with LWJGL i get this:

(http://www.bithauer.de/cmd2.gif)


for my Test, I just copied the example for an Applet including LWJGL from the Wiki, so I think there should be no syntax-errors


I don't know what goes wrong, please help me  ???

Unic
Title: Re: Installing/Compiling Problems
Post by: Matzon on January 30, 2008, 21:40:58
You need to add lwjgl.jar to the classpath when compilling. However - do start using an IDE - any IDE!
Title: Re: Installing/Compiling Problems
Post by: Unic on January 31, 2008, 13:59:31
Thank you for your fast answer, i thought that i just have to do the -cp lwjgl.jar only once. Now it works without any problem!

Great Work @LWJGL Team, especially that its soo easy to make Applets with this great Extension!!!

Unic