Hello Guest

Installing/Compiling Problems

  • 2 Replies
  • 5607 Views
Installing/Compiling Problems
« 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):



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

*

Offline Matzon

  • *****
  • 2242
Re: Installing/Compiling Problems
« Reply #1 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!

Re: Installing/Compiling Problems
« Reply #2 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