Reputation: 1531
Before posting this question, I did NOT see any reference to this topic. I just added the subversive plugin to my Eclipse Juno IDE and my question is after I imported a project from my SVN repository and now have the project setup in eclipse, how do I add JAR files to this project that the code needs to reference?
I do NOT see a configure build path on the project at all. I am new to subversive and could really use some help. I tried this in Netbeans 1.7.2 and it gives you the ability to add libraries to the project but I don't see it in Eclipse.
Any help/direction would be greatly appreciated. Regards.
Upvotes: 0
Views: 1581
Reputation: 691735
Adding jars to a project build path doesn't have anything to do with SVN and subversive. You add the jar as you would do it without subversive: Project - Properties - Java Buid Path - Libraries - Add JARs/Add External JARs.
Upvotes: 2