I am using netbeans 4.1 and have succefully setup my library, however I am not positive as to how to point theIDE to the .dll's in the new netbeans envirnment.
Thanks
T-dog
You need a runtime JVM parameter specified when you launch your game:
-Djava.library.path=<path to lwjgl.dll>
Cas :)
Just to make sure I am doing it right the path to the .dll's is just to the native folder, correct?
Yes, that's right.
Cas :)
Ok I got everything working, thanks.