当前位置: 技术问答>java相关
请各位帮帮我,一个简单问题
来源: 互联网 发布时间:2015-05-22
本文导语: 我在JBuilder6.0中新建了一个应用程序,什么都没有加入,就执行。 会出现以下报错: java.lang.NoClassDefFoundError: swing×?=??/Application2 Exception in thread "main" 还有对话框: could not find the main class.pragram will exit! 请各...
我在JBuilder6.0中新建了一个应用程序,什么都没有加入,就执行。
会出现以下报错:
java.lang.NoClassDefFoundError: swing×?=??/Application2
Exception in thread "main"
还有对话框:
could not find the main class.pragram will exit!
请各位帮帮我,谢谢。
会出现以下报错:
java.lang.NoClassDefFoundError: swing×?=??/Application2
Exception in thread "main"
还有对话框:
could not find the main class.pragram will exit!
请各位帮帮我,谢谢。
|
你编译出来的class文件肯定没放对位置,或者你Project里面的class路径没设对。建议利用jbuilder 的wizard重新建立一个project,尽量不要修改里面的选项。试试看。