Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How do I add external libs to my Product
How do I add external libs to my Product [message #437047] Wed, 21 September 2005 08:51 Go to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

I have a RCP application which needs external libs like hsql, ... . I
added those to the Java-Build-Path of the project and now I can run the
application inside eclipse. When I now try to create a
Product-Configuration for this project and run the export wizard it
reports errors that the application can not be compiled because these
jars are missing.

How do I tell my project configuration to use these jars or is adding
the jars to the Java-Build-Path the wrong thing?

Tom
Re: How do I add external libs to my Product [message #437053 is a reply to message #437047] Wed, 21 September 2005 14:01 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

There have been a couple of threads on this recently. google:

site:dev.eclipse.org news.eclipse include 3rd party jars

Your 2 choices are 1) add the jars to a plugin - we recently posted a
list of steps or 2) create a new plugin project from jars.

If you're just creating your app, 2) is probably the easiest although I
think it's only available in 3.1.

Later,
PW


Previous Topic:KeysPreferencePage storing key bindings problem "IllegalArgumentException: All triggers in a tr
Next Topic:how do i place the meuItem in order ?
Goto Forum:
  


Current Time: Sat Dec 14 15:41:40 GMT 2024

Powered by FUDForum. Page generated in 0.02281 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top