Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这个错误之前我得到了
Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
我添加了lib/lwjgl.jar和,这就是我在标题中得到错误的地方。知道如何解决这个问题吗?我使用eclipse生成jar和manifest文件。lib/lwjgl_util.jarmanifest.mf
lib/lwjgl.jar
lib/lwjgl_util.jar
manifest.mf
考虑使用JarSplice将 LWJGL 库文件捆绑到一个全面的可执行 jar 文件中。这是有关如何操作的教程。