EK.
EK.

Reputation: 2996

Eclipse add plugin development

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

Answers (4)

Azhaguvel A
Azhaguvel A

Reputation: 629

Please find the below steps to Install PDE(Plug-in Development Environment) plugin in Eclipse:

  1. Go to Help -> Eclipse Matketplace
  2. Type PDE in find textbox to search
  3. You can see PDE Plus icon
  4. Install it

Upvotes: 6

Dollyn
Dollyn

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

Peter Parker
Peter Parker

Reputation: 29705

You need to install the Plugin Perspective

Usually you can try to get it via:

  • Help->Install New Software
  • "Work With:" -> "--All Available Sites--"
  • type "Plug-in" into the filter box
  • Open "General Purpose Tools" (may be called differently in your eclipse version!)
  • install "Eclipse Plug-in Development Environment"

restart!

Upvotes: 9

Dorrene Brown
Dorrene Brown

Reputation: 619

http://www.vogella.de/articles/OSGi/article.html gives a pretty detailed overview on eclipse & OSGi.

Upvotes: 3

Related Questions