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.
我被困了一点。
我从 Eclipse 收到这个错误
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jogl in java.library.path
我尝试了几个链接并尝试解决问题,但我无法这样做。
我应该怎么办?
如果需要有关问题的任何其他信息或图像,我将提供。在评论中问我。
谢谢杜安
在 Eclipse 的运行配置中,添加
-Djava.library.path=<path to JOGL>
在参数 -> VM 参数下。
当您在 Eclipse 之外运行时,您需要确保本地库也可以访问。正如Hot Licks 所提到的,这些是本地库(例如Windows 中的dll 文件),而不仅仅是JOGL 附带的Java 类文件。