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.......
you still have to do a: -Djava.library.path=<path to lwjgl.dll>
as per http://lwjgl.org/forum/viewtopic.php?t=1467