注册 登录
编程论坛 J2EE论坛

错误信息:could not find the main class programe will exit

bjgs2004 发布于 2007-04-02 23:04, 2012 次点击
我今天打开了eclipse中我以前编得一个spring程序,但是点运行,出现了提示框:
could not find the main class programe will exit
在结果区域出现了以下错误信息:
java.lang.NoClassDefFoundError: org/springframework/context/ApplicationContext
Exception in thread "main"

这是什么原因啊?
2 回复
#2
黄袖标2007-04-03 09:46
没找到必要的类啊,楼主把spring完整包的jar都add进去吧
#3
bjgs20042007-04-03 19:17
回复:(bjgs2004)错误信息:could not find the main...
谢谢,引入包后,问题解决
1