for (eclipse version 3.2)
1. create a lib folder in your plugin project
2. copy the external jar file into lib folder
3.add jar into the project 's java build path from project properties
4.double-click the plugin.xml
5. goto runtime tab
6.add lib\*.jar file into Classpath
7. run, and NoClassDefFoundError is disappeared
本文提供了一种在Eclipse3.2中解决NoClassDefFoundError错误的方法,具体步骤包括:创建lib文件夹、复制外部jar文件、添加jar到项目的Java构建路径、编辑plugin.xml文件等。
1243

被折叠的 条评论
为什么被折叠?



