Strange runtime error in workbench [message #244955] |
Tue, 25 May 2004 12:00 |
Eclipse User |
|
|
|
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?
|
|
|
Powered by
FUDForum. Page generated in 0.02869 seconds