A quick question...

Started by T-Dog, January 17, 2006, 19:03:45

Previous topic - Next topic

T-Dog

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

princec

You need a runtime JVM parameter specified when you launch your game:
-Djava.library.path=<path to lwjgl.dll>


Cas :)

T-Dog

Just to make sure I am doing it right the path to the .dll's is just to the native folder, correct?

princec


T-Dog

Ok I got everything working, thanks.