Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Convert RCP to normal plug-in?
Convert RCP to normal plug-in? [message #550726] Wed, 04 August 2010 08:31 Go to next message
Greg Cottman is currently offline Greg CottmanFriend
Messages: 5
Registered: July 2009
Junior Member
I want to develop a self-contained application that can be deployed as a single perspective on a user's Eclipse workbench. Something that would be used by developers, but doesn't need to interact with the Java desktop or anything else. I don't want to run it as a standalone application.

Testing the plug-in is a real pain because it takes ages to launch a full-blown instance of Eclipse. Launching the plug-in as an RCP application is much faster.

Can you develop it as an RCP app and then deploy it as a normal plug-in?

Alternatively, is there any quicker way of launching the plug-in as an Eclipse application?
Re: Convert RCP to normal plug-in? [message #551508 is a reply to message #550726] Fri, 06 August 2010 18:08 Go to previous message
Shawn Spiars is currently offline Shawn SpiarsFriend
Messages: 22
Registered: July 2009
Junior Member
Greg Cottman wrote:
> I want to develop a self-contained application that can be deployed as a
> single perspective on a user's Eclipse workbench. Something that would
> be used by developers, but doesn't need to interact with the Java
> desktop or anything else. I don't want to run it as a standalone
> application.
>
> Testing the plug-in is a real pain because it takes ages to launch a
> full-blown instance of Eclipse. Launching the plug-in as an RCP
> application is much faster.
You must have a bloated version of Eclipse that is pre-loading plug-ins,
instead of allowing them to lazy load.
>
> Can you develop it as an RCP app and then deploy it as a normal plug-in?
Yes. When you run it as a normal workbench plug-in you will be running
the application org.eclipse.ui.ide.workbench. When you run it as an RCP
app you will run your branded RCP product or application.
Previous Topic:[HowTo] add "New WIzard" items to the navigator context-menu?
Next Topic:Accessing a WS through an RCP app
Goto Forum:
  


Current Time: Thu Apr 25 19:15:54 GMT 2024

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

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

Back to the top