[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Create RCP product

I have created a Eclipse Plugin, and want to expose it as RCP.
Everything works fine as plugin, but with the product I have problems.

I created product configuration and clicked launch an eclipse application.

But than I always get the same error:
{code}
!SESSION 2008-05-09 01:39:44.359 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_AT
Framework arguments: -product at.freelenzer.gps.auswertungen.freeGps
Command-line arguments: -product at.freelenzer.gps.auswertungen.freeGps -data C:\workspaces\eprogramming/../runtime-freeGps.product -dev file:C:/workspaces/eprogramming/.metadata/.plugins/org.eclipse.pde.core/freeGps.product/dev.properties -os win32 -ws win32 -arch x86


!ENTRY org.eclipse.osgi 4 0 2008-05-09 01:39:45.801
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException: Executable extension definition for "run" not found.
at org.eclipse.core.internal.registry.ConfigurationElement.throwException(ConfigurationElement.java:62)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:222)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:165)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
{code}


The project is also online at:
https://freegps.dev.java.net
maybe someone would have a look to the code. (I hope it is visible, just created this on java.net)


Thanx in advice!

Chris