Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » External .jar + git repo(Why is there no option?)
External .jar + git repo [message #1227631] Sun, 05 January 2014 04:19 Go to next message
Justin Willis is currently offline Justin WillisFriend
Messages: 1
Registered: January 2014
Junior Member
Normally in a java project I can add an internal/external .jar through the build path in the properties. Why, when I clone a git repo and import it into my projects, do I lose that ability? I don't understand.
Re: External .jar + git repo [message #1227913 is a reply to message #1227631] Mon, 06 January 2014 01:08 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 1/5/2014 3:09 PM, Justin Willis wrote:
> Normally in a java project I can add an internal/external .jar through
> the build path in the properties. Why, when I clone a git repo and
> import it into my projects, do I lose that ability? I don't understand.
My guess would be that the project you cloned isn't setup as and Eclipse
Java project. Eclipse adds a .project and .classpath file that specify
the structure of the Java project. If these weren't added to the git
repo, then Eclipse doesn't know that the project is a Java project.
Previous Topic:eclipse exit after running project(servelt)
Next Topic:AWS Toolkit for Eclipse Issue on Mavericks
Goto Forum:
  


Current Time: Fri Apr 19 16:16:54 GMT 2024

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

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

Back to the top