• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
 
Why is the word "abbreviation" so long? And this ad is so short?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic