The lwjgl consists of two parts.
I set up the java part by copying the "lwjgl.jar"
into the "...\BlueJ\lib\userlib"
folder and that worked.
For the native part I have to point the java.library.path at the two DLLs "lwjgl.dll"
and "OpenAL32.dll"
. How do I do that?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
LWJGL looks in a special variable to find its native libs. I don't know how blueJ works but you should do something like:
More info and another way to set this up is here