Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Strange runtime error in workbench
Strange runtime error in workbench [message #244955] Tue, 25 May 2004 12:00
Eclipse UserFriend
Originally posted by: BrianK.nospam.com

I've been working on and testing a plugin using the run-time workbench.
Seemingly out of the blue, the run-time workbench doesn't launch, and
I'm getting the following error in my .metadata...

!MESSAGE Unable to locate application extension:
org.eclipse.ui.ide.workbench
!STACK 0
java.lang.RuntimeException: Unable to locate application extension:
org.eclipse.ui.ide.workbench
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:205)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)

I have org.eclipse.ui, org.eclipse.ui.ide, and org.eclipse.ui.workbench
in my required plugins, but I can't locate org.eclipse.ui.ide.workbench.
Any ideas?
Previous Topic:CVS history and local history
Next Topic:browser widget between windows and linux
Goto Forum:
  


Current Time: Sun Jul 27 06:13:59 EDT 2025

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

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

Back to the top