当前位置: 代码迷 >> Eclipse >> 安装tomcat后 eclipse启动不了解决思路
  详细解决方案

安装tomcat后 eclipse启动不了解决思路

热度:60   发布时间:2016-04-23 18:39:33.0
安装tomcat后 eclipse启动不了
!SESSION   2007-04-28   18:37:29.032   -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0
java.vendor=Sun   Microsystems   Inc.
BootLoader   constants:   OS=win32,   ARCH=x86,   WS=win32,   NL=zh_CN
Command-line   arguments:     -os   win32   -ws   win32   -arch   x86

!ENTRY   org.eclipse.osgi   4   0   2007-04-28   18:37:29.904
!MESSAGE   Application   error
!STACK   1
java.lang.IllegalStateException:   Unable   to   acquire   application   service.   Ensure   that   the   org.eclipse.core.runtime   bundle   is   resolved   and   started   (see   config.ini).
at   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:65)
at   org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at   org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at   sun.reflect.NativeMethodAccessorImpl.invoke0(Native   Method)
at   sun.reflect.NativeMethodAccessorImpl.invoke(Unknown   Source)
at   sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown   Source)
at   java.lang.reflect.Method.invoke(Unknown   Source)
at   org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at   org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at   org.eclipse.core.launcher.Main.run(Main.java:977)
at   org.eclipse.core.launcher.Main.main(Main.java:952)
高手帮帮忙!

------解决方案--------------------
jdk是1.6版本,你的tomcat是是什么版本?
------解决方案--------------------
换个jdk实施,最好用jdk1.5
  相关解决方案