java - How can i use the lwjgl in bluej? -


the lwjgl consists of 2 parts. set java part copying "lwjgl.jar" "...\bluej\lib\userlib" folder , worked. native part have point java.library.path @ 2 dlls "lwjgl.dll" , "openal32.dll". how do that?

lwjgl looks in special variable find native libs. don't know how bluej works should like:

system.setproperty("org.lwjgl.librarypath", new file("pathtonatives").getabsolutepath()); 

more info , way set here


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -