Search code examples
javaintellij-idealwjgl

Set Lwjgl 3 with IntelliJ


I have been programming in lwjgl 3 with IntelliJ for a while. To do this I put the jars and the natives in the same folder, and then I added that folder as a Library in the Project Settings, and that worked fine. But the other day I decided to update my lwjgl to a newer version, but the thing is that I found that the natives in the jars are encripted like this:

liblwjgl.so.sha1

So I cant just move them to the folder, IntelliJ doesnt recognize them. How I am suposed to correctly set Lwjgl ?


Solution

  • Ok, I'm stupid, after losing an hour of my life I noticed that in the zip file there are some natives jar from which you can get the non-encrypted natives. Although I do not understand why they made this change.