How to programmatically import plugins and fragments from jar files

I have some plugins and snippets exported to some jar files. I need to programmatically import these plugins and fragments, as is usually done using the graphical interface, using File --> Import --> Plug-in Development --> Plug-ins and Fragments, so I have this in my current workspace. I read a few posts related to import projects (i.e. Using .project), but in this case I only have jar files.

Snippets and / or tips will be really appreciated.

+5
source share
1 answer

Source-Code Eclipse, . - , , Plugin-Spy (Shift + Alt + F1) ( org.eclipse.pde.internal.ui.wizards.imports.PluginImportWizardDetailedPage)

+2

All Articles