eclipse 无法启动 报错

时间:2023-01-03 15:57:00
!SESSION 2011-08-19 09:50:32.853 -----------------------------------------------
eclipse.buildId=M20090211-1700
java.version=1.5.0_19
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 -clean

!ENTRY org.eclipse.update.configurator 4 0 2011-08-19 09:50:38.835
!MESSAGE Unable to find feature.xml in directory: E:\hswork Tools\HUNDSUN JRES\features\com.hundsun.studio.jres_1.0.0.v201011290731

!ENTRY org.eclipse.equinox.app 0 0 2011-08-19 09:50:39.069
!MESSAGE Product com.hundsun.ares.studio.jres.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2011-08-19 09:50:39.225
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

!ENTRY org.eclipse.osgi 2 0 2011-08-19 09:50:39.318
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-19 09:50:39.318
!MESSAGE Bundle reference:file:dropins\com.hundsun.ares.studio.jres_1.0.0.jar was not resolved.
!SUBENTRY 2 com.hundsun.ares.studio.jres 2 0 2011-08-19 09:50:39.318
!MESSAGE Missing required bundle com.hundsun.ares.studio.jres.core_1.1.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-19 09:50:39.318
!MESSAGE Bundle reference:file:dropins\com.hundsun.ares.studio.jres.flow2.datacolletor2_1.0.0.jar was not resolved.
!SUBENTRY 2 com.hundsun.ares.studio.jres.flow2.datacolletor2 2 0 2011-08-19 09:50:39.318
!MESSAGE Missing required bundle com.hundsun.ares.studio.jres.dialectfunction_1.0.0.



经过别人不懈的努力,终于在第二天找到的错误
解决方案:在eclipse/configuration/org.eclipse.equinox.simpleconfigurator目录下的bundles.info文件缺少注册信息
这里面包括,dropins和plugins文件夹里面的注册


bundles.info里面有相应的jar的版本jar包所在的路径,因为bundles里面的信息都在dropins和plugins目录下所以,需要把那两个目录里面存在的jar注册到bundles文件里面

如果没有进行注册都会出现上面的问题了