aspose file tools
The moose likes Other Application Frameworks and the fly likes Beginner needs help with Eclipse plugins, RCP and OSGI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Beginner needs help with Eclipse plugins, RCP and OSGI" Watch "Beginner needs help with Eclipse plugins, RCP and OSGI" New topic
Author

Beginner needs help with Eclipse plugins, RCP and OSGI

Julien Martin
Ranch Hand

Joined: Apr 24, 2004
Posts: 383
Hello,

I am new to eclipse RCP. I am trying to integrate eclipse gemini blueprint into an eclipse RCP application.

Basically I have go three jars:
-gemini-blueprint-core-1.0.0.RELEASE.jar
-gemini-blueprint-extender-1.0.0.RELEASE.jar
-gemini-blueprint-io-1.0.0.RELEASE.jar

How do I create plugins from those three jars? I have tried to create three plugins (create plugin from existing jar archive) from the three jars naming the three plugins as follows:
-gemini-blueprint-core
-gemini-blueprint-extender
-gemini-blueprint-io

But then I am having trouble starting (osgi meaning) the following plugin: org.eclipse.gemini.blueprint.extender as stated in the gemini blueprint documentation. It just does not appear in the plugins tab of the run configuration.

Can anyone please help?

Regards,

Julien.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Beginner needs help with Eclipse plugins, RCP and OSGI
 
Similar Threads
ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4.1:resources
What are Eclipse Virgo and Eclipse Gemini?
Spring DM versus JSR-291
OSGi in Action - What's covered?
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener