With the launch of my eclipse plugin, I got a Root exception:java.lang.IllegalStateException: Workbench has not been created yet. error Root exception:java.lang.IllegalStateException: Workbench has not been created yet. .
And it seems like a side effect is causing a packet exception error. I do not think my code uses the egit module.
org.osgi.framework.BundleException: Exception in org.eclipse.egit.ui.Activator.start() of bundle org.eclipse.egit.ui. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
How to remove this error? This is code that accesses the workspace. I found this article - Debugging an Eclipse failed launch , stating that this is a race condition, but I'm not sure why I have a race condition, and if so, how to remove it,
public void renameClassRefactor() throws CoreException {
eclipse plugins workspace
prosseek
source share