

JVM: OpenJDK 64-Bit Server VM v13.0.2+8 by Oracle Corporation But I don't think I am able to do that in intellij.Īlso as expected both of the following lines return null.Ĭode: "C:\Program Files\Java\jdk-13.0.2\bin\java.exe" =true =true -enable-preview "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.3.2\lib\idea_rt.jar=62427:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.3.2\bin" -Dfile.encoding=UTF-8 -p D:\OneDrive\workspace_intellij\3dgame\out\production\yt.hydrozoa.threedgame D:\OneDrive\workspace_intellij\3dgame\out\production\yt.hydrozoa.engine D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-stb.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-glfw.jar D:\OneDrive\workspace_intellij\3dgame\lib\joml-1.9.20.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-assimp.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-openal.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-opengl.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-javadoc.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-sources.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-stb-javadoc.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-stb-sources.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-glfw-javadoc.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-glfw-sources.jar D:\OneDrive\workspace_intellij\3dgame\lib\joml-1.9.20-javadoc.jar D:\OneDrive\workspace_intellij\3dgame\lib\joml-1.9.20-sources.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-assimp-javadoc.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-assimp-sources.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-openal-javadoc.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-openal-sources.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-opengl-javadoc.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-opengl-sources.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-natives-windows.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-stb-natives-windows.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-glfw-natives-windows.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-assimp-natives-windows.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-openal-natives-windows.jar D:\OneDrive\workspace_intellij\3dgame\lib\lwjgl-opengl-natives-windows.jar -m yt.hydrozoa.threedgame/yt. In eclipse I would fix this issue by adding the *natives*.jar files into the classpath section. But it seems to not give me any extra information.


I have also tried putting "=true" in the program arguments. Neither have worked and have given me that error message. I have tried following and under the "IntelliJ IDEA" subheader. : Failed to locate library: liblwjgl.soĪt org.lwjgl/.loadSystem(Library.java:162)Īt org.lwjgl/.loadSystem(Library.java:62)Īt org.lwjgl/.(Library.java:50)Īt /.(GLFW.java:674) Enable the SharedLibraryLoader debug mode with =true for better diagnostics. Enable debug mode with =true for better diagnostics. Possible solutions:Ī) Add the directory that contains the shared library to or .ī) Add the JAR that contains the shared library to the classpath.
