I work in Intellij Idea . Added the latest build of LWJGL Nightly via ctrl + shift + alt + s added lwjgl.jar , javadoc.jar , src.zip , and the native folder. Many people write that the native files are not connected, but I added them and the exception still pops up. What is the root of the problem?
|
1 answer
Solution found. I added a library from a place other than the project root and its subfolders. In general, this problem is solved by copying the library to the root (and you can probably go to any subfolder of the root) and assigning paths to the native libraries and the class library of the project (At least. There may also be documentation and sources)
|