Reputation: 2996
I have installed Eclipse Helios. how can i add to it plug-in development functionallity (to be able to create OSGi bundles)
Upvotes: 3
Views: 7386
Reputation: 629
Please find the below steps to Install PDE(Plug-in Development Environment) plugin in Eclipse:
Upvotes: 6
Reputation: 914
I think the best and easiest way is to download another package that already have PDE installed: http://www.eclipse.org/downloads/ chose "Eclipse for RCP and RAP Developers" or "Eclipse Modeling Tools", both are OK.
Upvotes: 0
Reputation: 29705
You need to install the Plugin Perspective
Usually you can try to get it via:
restart!
Upvotes: 9
Reputation: 619
http://www.vogella.de/articles/OSGi/article.html gives a pretty detailed overview on eclipse & OSGi.
Upvotes: 3