Cannot launch plug-in [message #453028] |
Thu, 20 July 2006 04:21  |
Eclipse User |
|
|
|
Hello,
I have problems with running a plug-in. For example, following the
"Creating an Eclipse plug-in" cheat sheet from Eclipse 3.2, when I click
the "Launch an Eclipse application" link, I have this error:
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench"
could not be found in the registry. The applications available are:
<here the names of my applications>
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:68)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.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)
In the Run dialog for launch configuration, I can only select a product
or application from my workspace, but there is no
"org.eclipse.ui.ide.workbench" in the list.
Please help, thanks.
--
Patrick
|
|
|
|
Re: Cannot launch plug-in [message #453048 is a reply to message #453033] |
Thu, 20 July 2006 10:32  |
Eclipse User |
|
|
|
Ilya Shinkarenko a écrit :
> hi,
>
> Check whether your plug-in set is valid (Run configuration -> Plug-ins
> -> Validate plug-in set). Seems that you are missing some plug-ins in
> your launch configuration.
>
I checked plug-in validation, but it says: "No problems were detected in
the selected set of plug-ins".
Other ideas, or should I file a bug report?
--
Patrick
|
|
|
Powered by
FUDForum. Page generated in 0.25882 seconds