NoClassDefFoundError:当报这个错的时候,并且在执行main方法的时候,提示找不到这个方法(如图二所示)

1.要clean一下项目,看有没有,没有解决的话继续

2.右键项目java-build path 里 找到source里面 default output  folder 的文件夹路径里面有没有生成class文件,没有的话就说明,项目没有编译,手动删除,再编译一次,有class文件生成则问题解决

 

NoClassDefFoundError,could not find the main class

NoClassDefFoundError,could not find the main class

 

NoClassDefFoundError,could not find the main classNoClassDefFoundError,could not find the main class

相关文章: