Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Application "org.eclipse.ui.ide.workbench" could not be found in the registry
Application "org.eclipse.ui.ide.workbench" could not be found in the registry [message #463859] Sat, 17 February 2007 08:18 Go to next message
jcd is currently offline jcdFriend
Messages: 1
Registered: July 2009
Junior Member
Hi.
I followed instructions in "Platform Plug-in Developer Guide" for making
a sample Hello World application as Eclipse plug-in. Currently I haven't
separate eclipse target for plug-in development (I just want to see my
plug-in view in Eclipse SDK). When I try to run this project like
Eclipse application I get this error:

!SESSION 2007-02-17 09:07:42.695
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=cs_CZ
Framework arguments: -application org.eclipse.ui.ide.workbench
Command-line arguments: -application org.eclipse.ui.ide.workbench -data
noneD:\workspace/../runtime-EclipseApplication -dev
file:D:/workspace/.metadata/.plugins/org.eclipse.pde.core/Ec lipse
Application/dev.properties -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2007-02-17 09:07:43.521
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench"
could not be found in the registry. The applications available are: <NONE>.
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)

I found similar error here:
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg15205.html,
but reseting default location doesn't help.
Re: Application "org.eclipse.ui.ide.workbench" could not be found in the registry [message #463881 is a reply to message #463859] Mon, 19 February 2007 16:11 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Try changing the launch configuration (Run>Run...) to your application
id instead of the workbench application id.

Later,
PW


Re: Application "org.eclipse.ui.ide.workbench" could not be found in the registry [message #1385920 is a reply to message #463881] Thu, 12 June 2014 09:25 Go to previous message
Jingang Zhou is currently offline Jingang ZhouFriend
Messages: 57
Registered: December 2010
Member
try to add the following two plugins:

org.eclipse.ui.ide.application_xxx.jar
org.eclipse.core.net_xxx.jar
Previous Topic:'Restore Default' doesn't call the 'PropertyChange' method
Next Topic:Custom Keybinding in RCP
Goto Forum:
  


Current Time: Sat Apr 20 00:41:47 GMT 2024

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

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

Back to the top