Exception in thread “main” java.lang.UnsatisfiedLinkError: no Terminal in java.library.path

北城余情 提交于 2019-12-12 01:23:02

问题


I was trying to run the CHARVA Tutorial thru Eclipse after setting up the JAR, but I receive

Exception in thread "main" java.lang.UnsatisfiedLinkError: no Terminal in java.library.path

in the console. Any clue on how to fix this up?


回答1:


As Dave said, Charva requires a native library called Terminal to run. As far as I remember, it is included in the binary distribution for Charva.

Eclipse-specific instructions: In your project properties, select Java Build Path, then Libraries. Locate the jar and set the Native library location to the path where the Terminal library is.



来源:https://stackoverflow.com/questions/6833396/exception-in-thread-main-java-lang-unsatisfiedlinkerror-no-terminal-in-java-l

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