(使用eclipse)java.lang.UnsatisfiedLinkError:java.library.path中没有lwjgl
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19415735/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
(using eclipse) java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
提问by user2155333
I'm having problems running a lwjgl program using eclipse.
我在使用 eclipse 运行 lwjgl 程序时遇到问题。
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
Do I need to specify the library path in the VM? I think I imported the jar correctly, because there are no errors until the program is run.
我需要在 VM 中指定库路径吗?我想我正确导入了 jar,因为在程序运行之前没有错误。
Thanks!
谢谢!
回答by yoehoehne
Check this thread, it worked for me. It's also in the actual specs for downloading.
检查这个线程,它对我有用。它也在下载的实际规格中。
Getting 'java.lang.UnsatisfiedLinkError': no lwjgl in java.library.path
获取“java.lang.UnsatisfiedLinkError”:java.library.path 中没有 lwjgl
Installing with Eclipse - http://lwjgl.org/wiki/index.php?title=Setting_Up_LWJGL_with_Eclipse
使用 Eclipse 安装 - http://lwjgl.org/wiki/index.php?title=Setting_Up_LWJGL_with_Eclipse