equinox
Bundle.loadClass() returns Class instance without fields or methods
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[详细]
2023-04-12 05:51 分类:问答Install Handler in Equinox P2
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[详细]
2023-04-11 03:22 分类:问答Integrating Ext-GWT, Equinox and Jetty
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[详细]
2023-04-10 08:39 分类:问答Issue with updating eclipse
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[详细]
2023-04-04 19:23 分类:问答How to delete Eclipse Secure Storage settings programmatically
How can I delete the saved content in eclipse secure storage programmatically? I need to reset all setting before I run some SWTBot tests.[详细]
2023-04-04 17:35 分类:问答Problem in the execution of an RCP application
Thank you for your response. now that I set; normally it must start execution of the RCP application that I added to the classpath.[详细]
2023-04-01 06:41 分类:问答Can I just drop osgi.enterprise.jar in my equinox plugins folder?
I\'m interested in the OSGi Enterprise specification. At the moment I\'m only interested in the JDBC connectivity, but that may change.[详细]
2023-04-01 01:18 分类:问答How can I find out the pid of a running equinox instance, is there a pid file?
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?[详细]
2023-03-29 12:17 分类:问答Eclipse PDE: Redeploy bundle to running equinox osgi framework
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[详细]
2023-03-23 10:52 分类:问答How to convert old "plugin.xml" to new "manifest.mf" file?
How to convert plugin.xml file to manifest.mf file as some tags like: <runtime> <library name=\"aaa.jar\">[详细]
2023-03-23 01:46 分类:问答