无法在Eclipse neon中启动导出的rcp产品

时间:2017-07-25 06:28:37

标签: java eclipse eclipse-rcp rcp

我能够在Eclipse Neon上启动我的RCP产品,在将其作为产品导出后,我无法启动该产品。在日志显示和错误

!ENTRY com.xxxx.phoenix.xxxx.xx_4.2.1 2 0 2017-07-25 11:49:39.864 !MESSAGE无法解析模块:

然后是很多依赖性问题,最后以

结束

!ENTRY org.eclipse.osgi 4 0 2017-07-25 11:49:40.574 !MESSAGE应用程序错误 !堆栈1 java.lang.RuntimeException:Application" xxx.xxx.xxx.xxxx.application"在注册表中找不到。可用的应用程序是:org.eclipse.ant.core.antRunner,org.eclipse.equinox.app.error,org.eclipse.help.base.infocenterApplication,org.eclipse.help.base.helpApplication,org.eclipse.help .base.indexTool,org.eclipse.jdt.core.JavaCodeFormatter,org.eclipse.jdt.core.JavaIndexer。     在org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)     在org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)     在org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)     在org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)     在org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)     在org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)     at java.lang.reflect.Method.invoke(Method.java:498)     在org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)     在org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)     在org.eclipse.equinox.launcher.Main.run(Main.java:1519)     在org.eclipse.equinox.launcher.Main.main(Main.java:1492)

请帮我解决此问题。

0 个答案:

没有答案