I am trying to create an eclipse RCP application; I exported this app but when I try to open my eclipse RCP product, I get this problem in my logger file:
! Sessions 2015-03-17 12: 01: 08.995 eclipse.buildId = unknown java.version = 1.7.0_71 java.vendor = Oracle Corporation bootloader constants: OS = Win32, arch = x86_64, WS = Win32, NL = hi command line arguments : -os Win32 Win32 -ws -arch x86_64
! Enter org.eclipse.osgi 4 2015-03-17 12: 01: 10.027! Message application error! STACK 1 java.lang.RuntimeException: The application "test.rcp.application" was not found in the registry. Application forms are available: org.eclipse.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.equinox.app.error. On org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp org.eclipse.equinox.internal.app.MainApplicationLauncher.run (MainApplicationLauncher.java:29) (EclipseAppContainer.java:248) on org.eclipse.core.runtime Org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.java:104) on org.eclipse.core.runtime.adaptor.EclipseStarter .internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLauncher.java:134) .run org.eclipse.core.runtime.adaptor.EclipseStarter.run (sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method EclipseStarter.java:235) to (EclipseStarter.java:380) sun.reflect.NativeMethodAccessorImpl.invoke) on sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) on java.lang.reflect.Method.invoke (Method.java:606) (NativeMethodAccessorImpl.java:57) on org.eclipse.equinox.launcher.Main . On Org.eclipse.equinox invokeFramework (main.java:648) on launcher.Main.basicRun org.eclipse.equinox.launcher.Main.run (Main.java:603) (Main.java:1465)
< / Blockquote>Can anyone help me?
If it is an Eclipse E4 application that you type in org.eclipse.e4.ui. Workbench.swt specify. E4Application as an application in your xxx.product configuration file.
You use the product defined in your RCP plugin. Xml.
No comments:
Post a Comment