Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to add external jars to RCP app?
How to add external jars to RCP app? [message #436746] Fri, 16 September 2005 16:29 Go to next message
ivan is currently offline ivanFriend
Messages: 2
Registered: July 2009
Junior Member
I want to add some external packages to my RCP application, so I add them
to JRE System Libray, and the source code are compiled successfully.
However, I can't launch it as an Eclipse application. Why? Is there some
one knows how to add external packages to RCP application?
-ivan
Re: How to add external jars to RCP app? [message #436747 is a reply to message #436746] Fri, 16 September 2005 18:14 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

ivan wrote:
> I want to add some external packages to my RCP application, so I add
> them to JRE System Libray, and the source code are compiled
> successfully. However, I can't launch it as an Eclipse application. Why?
> Is there some one knows how to add external packages to RCP application?
> -ivan
>

http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg06980.html


Re: How to add external jars to RCP app? [message #436753 is a reply to message #436747] Sat, 17 September 2005 06:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: justaskit.gmail.com

Hi, I've followed your steps, but at last it's so strange that I couldn't
get any bin files of my proj. Can you give me an example file structure of
a RCP app with 3rd jars?
Re: How to add external jars to RCP app? [message #436865 is a reply to message #436753] Mon, 19 September 2005 12:16 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Yun Xing wrote:
> Hi, I've followed your steps, but at last it's so strange that I
> couldn't get any bin files of my proj. Can you give me an example file
> structure of a RCP app with 3rd jars?

What? I'm guessing you ran into the same problem we had in an earlier
thread. We added 3rd party jars to a plugin, and it ran fine in
eclipse. We exported the product, and it wouldn't run (with errors
about not finding the main plugin activator class). For whatever
reason, adding the 3rd party jars caused eclipse to NOT export the
plugin classes themselves, only the jars.

later,
PW


Previous Topic:eclipse.gif For Into
Next Topic:How to fix BundleException errors?
Goto Forum:
  


Current Time: Sun Dec 08 15:55:25 GMT 2024

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

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

Back to the top