Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Dependencies
Dependencies [message #496330] Mon, 09 November 2009 17:48 Go to next message
Plenty is currently offline PlentyFriend
Messages: 2
Registered: November 2009
Location: Colorado
Junior Member
Where do I have to put jar files for them to be added as dependencies that Eclipse will recognize? I've tried the plugins directory, but no luck...

thx
Re: Dependencies [message #496382 is a reply to message #496330] Mon, 09 November 2009 19:51 Go to previous messageGo to next message
Aurélien Pupier is currently offline Aurélien PupierFriend
Messages: 637
Registered: July 2009
Location: Grenoble, FRANCE
Senior Member

Hi,
you need to put them in dropins folder

Regards,
Aurelien Pupier


Aurélien Pupier - Red Hat
Senior Software Engineer in Fuse Tooling team
icon10.gif  Re: Dependencies [message #496387 is a reply to message #496382] Mon, 09 November 2009 20:02 Go to previous messageGo to next message
Plenty is currently offline PlentyFriend
Messages: 2
Registered: November 2009
Location: Colorado
Junior Member
Thanks!
Re: Dependencies [message #496408 is a reply to message #496382] Mon, 09 November 2009 21:58 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
Aurelien Pupier wrote:
> Hi,
> you need to put them in dropins folder

Or, if possible, install them from an Eclipse install site, using the update
manager (Help -> Install New Software...). Directly adding a plugin to the
dropins folder is a backwards-compatibility feature; it's not the recommended
way to install plugins.

And if you are making your own plugins for others to use, it follows that you
should learn how to create an install site of your own. (It's not hard.)
Re: Dependencies [message #497314 is a reply to message #496330] Fri, 13 November 2009 00:56 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
On 11/9/09 12:48 PM, Plenty Groover Jr. wrote:
> Where do I have to put jar files for them to be added as dependencies
> that Eclipse will recognize? I've tried the plugins directory, but no
> luck...

Are these JARs that you want to use as part of code you are writing in
Eclipse? If so, I recommend adding a lib/ directory to your project,
importing the JARs into that, and then adding those JARs to the
Project's build path via Properties > Java Build Path > Libraries (tab).

Hope this helps,
Eric
Previous Topic:Eclipse Freezes at Splash Screen
Next Topic:Looking for JFace Databinding Approach
Goto Forum:
  


Current Time: Thu Apr 25 01:31:26 GMT 2024

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

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

Back to the top