eclipse中出现Context startup failed due to previous errors错误解决方法

时间:2022-12-05 10:46:17

eclipse中出现Context startup failed due to previous errors错误解决方法


 

今天使用svn更新了工程之后,发现eclipse工程的.classpath文件出现冲突,于是删除该文件,重新update之后,使用eclipse打开工程,开启tomcat,出现:

 

根据上面的情况,怀疑是class path的问题。解决方法:项目右键-->Build Path-->Configure Build Path-->Java Build Path-->Libraries-->Edit Library --> Alternate JRE:-->选择已经安装的JRE,没有的话先点右边Installed JREs按钮添加如(D:/Java/jdk1.6.0_02)