1. How do I get the OSGi BundleContext for an Eclipse RCP application? stackoverflow.comI have just gotten started with an Eclipse RCP application, it is basically just one of the provided "hello world" samples. When the application boots up, I would like to look at ... |
2. Assimilate existing apps? stackoverflow.comI read all lot about rich client platforms and the OSGi framework, but stuck with this question: Is it possible to assimilate existing applications (either java-based or win32-based) in one application ... |
3. Eclipse rcp classloader hell: moved class still visible at compiletime but not at runtime anymore stackoverflow.comI've a strange and new issue with an eclipse 3.5 rcp application: Everything worked fine, then I changed the running system and moved a single class from one plugin to a ... |
4. Eclipse RCP Application Fails to launch second time stackoverflow.comI have an Eclipse RCP application that will launch properly after a clean install (right after build). The issue is that if I try to launch the application a second time the ... |
5. Why my RCP project cannot build-generate update site? stackoverflow.comWhy my RCP project cannot build-generate update site? I've created 3 projects for my Eclipse RCP application:
Now the plug-in ... |
6. Effective ways to deploy rcp applications outside eclipse stackoverflow.comDear all, I would like to know if there is any best practice or effective way to deploy a set of eclipse osgi bundles (developed with eclipse RCP) outside the eclipse IDE. ... |
7. Eclipse plugin won't go from RESOLVED to ACTIVE stackoverflow.comI have a Eclipse plugin Bundle I've created which won't go from the RESOLVED state to ACTIVE. I've tried opening the OSGI console to see why the bundle won't start but there ... |
8. Log4j under OSGI (Eclipse RCP) stackoverflow.comAfter many tests i concluded that the Log4j is not working under OSGI. I do not use Log4j directly, but i need third party plugins to log with it. I made a plain ... |
9. Running a headless Eclipse RCP Application without the osgi console stackoverflow.comi want to create a headless Eclipse RCP Application that can be started from console. Currently i'm using this parameter in the .ini file: -consoleLogThe problem is this opens an ... |
10. eclipse rcp : class loading problem stackoverflow.comI have plugin A which depends on Plugin B, I am trying to load a class defined in Plugin B from plugin A. And I am sure the class is in ... |
11. Why can't I load persistence.xml from OSGi/RCP/EclipseLink application? stackoverflow.comWe're making an RCP application using EclipseLink that is deployed into OSGi bundle. When we run the application in eclipse it works perfectly, after deploying on linux it works well, but ... |
12. Add plugins with auto start to eclipse RCP application stackoverflow.comI have an Eclipse RCP application, and I am trying with no luck to install a plugin I have created that should be deployed separately to the aforementioned application. To do so, ... |