Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Cannot launch plug-in
Cannot launch plug-in [message #453028] Thu, 20 July 2006 08:21 Go to next message
Patrick Godeau is currently offline Patrick GodeauFriend
Messages: 64
Registered: July 2009
Member
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 #453033 is a reply to message #453028] Thu, 20 July 2006 09:35 Go to previous messageGo to next message
Ilya Shinkarenko is currently offline Ilya ShinkarenkoFriend
Messages: 56
Registered: July 2009
Member
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.

Ilya Shinkarenko
--
www.imedic.de
www.rcp-training.com


Patrick Godeau wrote:
> 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.
>
Re: Cannot launch plug-in [message #453048 is a reply to message #453033] Thu, 20 July 2006 14:32 Go to previous message
Patrick Godeau is currently offline Patrick GodeauFriend
Messages: 64
Registered: July 2009
Member
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
Previous Topic:Using FileDialog for SaveAs
Next Topic:ProgressBar and SMOOTH
Goto Forum:
  


Current Time: Thu Oct 03 23:36:30 GMT 2024

Powered by FUDForum. Page generated in 0.03512 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top