Install/integrate LWJGL into netbean on windows environment

Started by shoei1982, January 18, 2006, 06:57:24

Previous topic - Next topic

shoei1982

Finally let me done it
First unzip the zipped lwgjl into c:\
let say:
c:\lwjgl-win32-0.99
then go into netbeans
Tools->Library manager
in classpath->Add Jar/Zip Folder
Add the individual *.jar in the jar folder and name it lwjgl
(Do not add the whole folder, it wouldn't work)
---------------------------------------------------------------------

Start a new project
let say:
test

in the left menu right click libraries  and select -> Add Library
-add the library you created previously to include the lwjgl class file

That all!!!!!
so simple right.......

Matzon