I have created plugin project in eclipse from the hello world template, modified the sysout. Now I am trying to the run the project as OSGI framework. but I am getting below error:
Root exception:
java.lang.IllegalStateException: Workbench has not been created yet.
at org.eclipse.ui.PlatformUI.getWorkbench(PlatformUI.java:92)
Any idea what could be the reason? Currently I am using Eclipse Juno 32bit version.