Could someone please tell me how they set up LWJGL step by step?
I unzipped it to D:\Programs\lwjgl-0.4\ (dlls jars here)
I added a value to the PATH varaible to that directory. Compiling and running worked for every program (with just the path and everything in the above folder) until I upgraded to 1.4.1_02 from 1.4.0.
Here are my variables:
CLASSPATH: .;D:\j2sdk1.4.1_02\LIB\TOOLS.JAR;D:\j2sdk1.4.1_02; (I also had another value pointing LWJGL.jar but that didn’t help)
(condensed)PATH: D:\j2sdk1.4.1_02\bin;D:\Programs\lwjgl-0.4
(complete)PATH: C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;D:\j2sdk1.4.1_02\bin;D:\Programs\lwjgl-0.4
It used to work with just the path, why won’t it now?