java.lang.NoClassDefFoundError Adding a jar to an RCP application
生活随笔
收集整理的這篇文章主要介紹了
java.lang.NoClassDefFoundError Adding a jar to an RCP application
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
給RCP中加入jar包與一般的java工程是有些個區別的,否則會出現“java.lang.NoClassDefFoundError”Open plug-in.xml
Go to Runtime tab.
Click on 'Add...' button in the Classpath section
Add your external jar
As a result my MANIFEST.MF now has the entry
Bundle-ClassPath: lib/myjar.jar,
while my .classpath has the entry
classpathentry kind="lib" path="lib/myjar.jar"
http://www.eclipsezone.com/eclipse/forums/t93996.html
來自為知筆記(Wiz)
Go to Runtime tab.
Click on 'Add...' button in the Classpath section
Add your external jar
As a result my MANIFEST.MF now has the entry
Bundle-ClassPath: lib/myjar.jar,
while my .classpath has the entry
classpathentry kind="lib" path="lib/myjar.jar"
http://www.eclipsezone.com/eclipse/forums/t93996.html
來自為知筆記(Wiz)
轉載于:https://www.cnblogs.com/phnix/p/3368724.html
總結
以上是生活随笔為你收集整理的java.lang.NoClassDefFoundError Adding a jar to an RCP application的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 计算机软考证书英文名称完全翻译指南
- 下一篇: NSIS中判断.net framewor