java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path RCP Application

两盒软妹~` 提交于 2019-12-23 09:38:24

问题


I followed this tutorial: http://wadeawalker.wordpress.com/2010/10/17/tutorial-faster-rendering-with-vertex-buffer-objects/ When I try to start my application, I'm getting a

java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path

Error. Can anyone help me? Teddy


回答1:


Libraries are usually prefaced with "lib", thus the file you are looking for should be called "libgluegen-rt.so". It must be located somewhere in /usr folder . Since you are using eclipse you can select the Build-Path Configuration Menu, go to Libraries, then under JRE System Library, add the path where your .so file is present




回答2:


it is due to it's not ghetting the methods from the library try to connect properly the librarys in eclipse buildpath.if it is not working may be there is some problem in the eclipse try to run it in different version.




回答3:


If you are using ubuntu, the following may help

sudo apt-get install libjogl-java libjogl-jni libgluegen2-rt-java libgluegen2-build-java libgluegen


来源:https://stackoverflow.com/questions/9453506/java-lang-unsatisfiedlinkerror-no-gluegen-rt-in-java-library-path-rcp-applicati

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!