Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » External .jar + git repo(Why is there no option?)
External .jar + git repo [message #1227631] Sat, 04 January 2014 23:19 Go to next message
Eclipse UserFriend
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] Sun, 05 January 2014 20:08 Go to previous message
Eclipse UserFriend
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: Sun Apr 20 04:00:01 EDT 2025

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

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

Back to the top