I have installed Eclipse Helios. how can i add to it plug-in development functionallity (to be able to create OSGi bundles)
+1
A:
http://www.vogella.de/articles/OSGi/article.html gives a pretty detailed overview on eclipse & OSGi.
Dorrene Brown
2010-08-05 13:14:26
Thanks! But in my configuration of Eclipse there are not plug-in development functionality, how to add it to installed Eclipse?
EK
2010-08-05 13:32:11
If you're just creating OSGi bundles you should just be able to use a regular installation of eclipse -- create a plug-in project. If you plan on using RCP when creating the plugins you'll want to install "General Purpose Tools" -> "Eclipse Plug-in Development Environment" and "Eclipse RCP Plug-in Developer Resources" from the update site. You can do so by going to Help -> Install New Software and selecting the Eclipse helios site from the dropdown box, then filtering by RCP.
Dorrene Brown
2010-08-05 13:49:05
In my Eclipse there are not type of project - Plug-in development, how can I add this functionality without reinstall eclipse. Thanks!
EK
2010-08-05 14:11:39
What kind of eclipse did you download? It should be under "File" -> "New" -> "Other" -> "Plugin Project"
Dorrene Brown
2010-08-05 14:18:56
I didn't download, it was before me. In menu "File" -> "New" -> "Project" -> there are only "General", "CVS", "Java", "SVN", "Examples"
EK
2010-08-05 14:30:56