I have a system setup where I am running Eclipse Equinox in a server-side application and in my Eclipse RCP Application. My goal is to take a plugin in the workspace and deploy it into the server-side app and I'm not sure how to go about it.
I know OSGI supports runtime bundle installs but would I have to compile my workspace project into a jar first? Is there an API I can use in Eclipse Runtime to say ..installBundle(String pathToJar or pathToProject)?