• 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

external jar plugin malarkey in RCP

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Brethren,

I am writing sample RCP application that will connect to DB and show some very basic reports let's call it FeedEx .
I am trying to connect to the DB I need the driver jar for this and I followed thisCreate a plug-in project for your jar and created a plugin db2jcc.
here is my manifest.mf for FeedEx

and I am able to do auto completion and importing db2jcc class files in FeedEx plugin code,
but when I try to launch FeedEx it's giving me.



Am I missing something here ?
is there any other way of introducing third party dependency in RCP?


Cheers,
Prateek
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic