Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » eclipse workebench plugin start problem
eclipse workebench plugin start problem [message #559220] Thu, 16 September 2010 04:42
Bhanu  is currently offline Bhanu Friend
Messages: 15
Registered: August 2009
Junior Member

I have created one workbench application plugin not eclipse rcp application. I have not created any plugin template for that workbench application.
Now When I run the workbench application Activator is not calling. I put System.out.println("Insided start()") inside the start method of the
Activator.java. But it is not calling the start method. How I make call the start method? But when I make the option,Autostart=true in the runconfiguration,plug-ins,
It is starting the activator. But the problem is When I call IWorkbenchWindow window = Workbench.getInstance()
.getActiveWorkbenchWindow();

It is giving the error message saying could not create the workbench window. This error message is giving only when I make this plugin as AutoStart=true. What couldbe the problem?
Previous Topic:eclipse workebench plugin start problem
Next Topic:Graphical library for fancy effects
Goto Forum:
  


Current Time: Fri Apr 19 14:42:47 GMT 2024

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

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

Back to the top