LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: shoei1982 on January 18, 2006, 06:57:24

Title: Install/integrate LWJGL into netbean on windows environment
Post by: shoei1982 on January 18, 2006, 06:57:24
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.......
Title: Install/integrate LWJGL into netbean on windows environment
Post by: Matzon on January 18, 2006, 07:17:48
you still have to do a: -Djava.library.path=<path to lwjgl.dll>
as per http://lwjgl.org/forum/viewtopic.php?t=1467