• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Beginner needs help with Eclipse plugins, RCP and OSGI

 
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic