I want to create an OSGi framework programmatically, load a Bundle with it and load a class from that bundle. When I call Bundle.loadClass() I get a Class isntance with all fields\\methods\\constructo
I\'m writing plugin for eclipse 3.6 and need to make changes in external files during plugin installation process. In org.eclipse.core.updates there was an IInstallHandler interface which was used for
I wanted t开发者_运维问答o know what is the best practice while integrating all these three technologies together. ie: Equinox will be used as the osgi framework and jetty as the http server ..along w
When I select \"Help->Check for Updates\" in eclipse, I get the following error message at the bottom of the window. From this message \"Only one of the following can be installed at once: \" it appea
How can I delete the saved content in eclipse secure storage programmatically? I need to reset all setting before I run some SWTBot tests.
Thank you for your response. now that I set; normally it must start execution of the RCP application that I added to the classpath.
I\'m interested in the OSGi Enterprise specification. At the moment I\'m only interested in the JDBC connectivity, but that may change.
How can I find out the pid of a running equinox instance, is there a pid file somewhere or is it configura开发者_运维问答ble where it places a pid file?
I have a quite complex equinox application that I start in Eclipse with a usual launch configuration. It takes about 2 minutes to start so I don\'t want to restart it each time I make some minor code
How to convert plugin.xml file to manifest.mf file as some tags like: <runtime> <library name=\"aaa.jar\">