Eclipse没有正确加载lwjgl

时间:2017-10-07 23:05:57

标签: java eclipse opengl graphics lwjgl

我正在尝试使用LWJGL在Eclipse中创建一个简单的渲染程序,但是我无法加载库。我按照这个tutorial按照他的指示设置了构建路径,但我仍然遇到这个错误:

[LWJGL] Failed to load a library. Possible solutions:
    a) Set -Djava.library.path or -Dorg.lwjgl.librarypath to the directory that contains the shared libraries.
    b) Add the JAR(s) containing the shared libraries to the classpath.
[LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.lwjgl.system.MemoryAccess
    at org.lwjgl.system.Pointer.<clinit>(Pointer.java:22)
    at org.lwjgl.glfw.GLFW.<clinit>(GLFW.java:562)
    at Main.StartGE.main(StartGE.java:18)

他正在做的和我正在做的事情之间的一个区别是我使用的是LWJGL 3而不是2.感谢您的帮助!

0 个答案:

没有答案