How do I use lwjgl3 with prebuilt binaries?

The question says it all, I was told to fix audio issues that I should use lwjgl3 but I am not finding any jar files in the stable release that reference lwjgl3 at all.

2 Likes

Which build tools are you using? maven or gradle?

1 Like

I’m not sure. I am a long time developer but fairly new to java. I just created a default java project in eclipse. For some reason it’s not giving me the option to create a gradle project.

You can use JME initializer at https://start.jmonkeyengine.org to create a JME gradle project and import it to any IDE that supports gradle.

2 Likes