今天在寫程序時,忽然MyEclipse崩潰了,再打開根本沒法啓動,而後查看了一下log,顯示信息以下 java
!SESSION 2013-03-16 11:12:05.985 -----------------------------------------------
eclipse.buildId=M20080221-1800
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CN
Command-line arguments: -os win32 -ws win32 -arch x86 -clean apache
!ENTRY org.eclipse.update.configurator 2013-03-16 11:12:07.654
!MESSAGE Could not install bundle ../myeclipse/eclipse/plugins/com.ibm.icu_3.6.1.v20070906.jar Bundle "com.ibm.icu" version "3.6.1.v20070906" has already been installed from: update@plugins/com.ibm.icu_3.6.1.v20070906.jar eclipse
!ENTRY org.eclipse.update.configurator 2013-03-16 11:12:07.670
!MESSAGE Could not install bundle ../myeclipse/eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar Bundle "javax.servlet.jsp" version "2.0.0.v200706191603" has already been installed from: update@plugins/javax.servlet.jsp_2.0.0.v200706191603.jar jsp
!ENTRY org.eclipse.update.configurator 2013-03-16 11:12:07.670
!MESSAGE Could not install bundle ../myeclipse/eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar Bundle "javax.servlet" version "2.4.0.v200706111738" has already been installed from: update@plugins/javax.servlet_2.4.0.v200706111738.jar ui
!ENTRY org.eclipse.update.configurator 2013-03-16 11:12:07.686
!MESSAGE Could not install bundle ../myeclipse/eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar Bundle "org.apache.commons.el" version "1.0.0.v200706111724" has already been installed from: update@plugins/org.apache.commons.el_1.0.0.v200706111724.jar spa
解決辦法: ip
刪掉工程下的.metadata文件夾就能夠啓動了,可是工程得須要從新導入。 get