Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » automatic import dependencies from the internet
automatic import dependencies from the internet [message #1709336] Sat, 26 September 2015 18:46 Go to next message
sky dog is currently offline sky dogFriend
Messages: 7
Registered: September 2015
Junior Member
Hi all,

I am new to eclipse and I am programming an application which uses a specific JAR file. This jar file contains reference to another jar files which I have to download manually from the maven repository.

Is there a way to setup eclipse to make download the package dependencies from the internet? In another case I have to download all JARs manually.

Regards and thanks in advance
skydog
Re: automatic import dependencies from the internet [message #1709493 is a reply to message #1709336] Mon, 28 September 2015 23:17 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 09/28/2015 06:55 AM, sky dog wrote:
> Hi all,
>
> I am new to eclipse and I am programming an application which uses a
> specific JAR file. This jar file contains reference to another jar files
> which I have to download manually from the maven repository.
>
> Is there a way to setup eclipse to make download the package
> dependencies from the internet? In another case I have to download all
> JARs manually.
>
> Regards and thanks in advance
> skydog

Yes, use Maven. Using Maven ensures that your local repository
(C:\Users\skydog\.m2\repositories (or whatever--I'm not a Windows guy)
is kept up to date every time you build.

Maven's a bit of a steep curve. The Eclipse forum is not a place to
learn about how to use Maven. However, the Eclipse M2E forum is a place
to ask about Eclipse-Maven integration.

Best of luck.
Previous Topic:Brand new eclipse/java user - some basic questions
Next Topic:Can't Export
Goto Forum:
  


Current Time: Thu Apr 25 22:48:01 GMT 2024

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

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

Back to the top