Installing/Compiling Problems

Started by Unic, January 30, 2008, 19:36:07

Previous topic - Next topic

Unic

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):



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




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

Matzon

You need to add lwjgl.jar to the classpath when compilling. However - do start using an IDE - any IDE!

Unic

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