| Author |
Eclipse - Cannot add a Jar in my lib folder to the project build path
|
justin smythhe
Ranch Hand
Joined: Jul 06, 2012
Posts: 107
|
|
Note- This question was posted on Stackoverflow.com also - here
Please help me to solve this problem.
I manually copied the my sql connector jar to lib folder of my sql jdbc project. I had some old jars already in that folder and which were also easily added to build path before. Now, I forgot how i did it and i don't see that the lib folder when i try to add the jar to build path. How to do it ? I want my jar to be a part of my project and not lying in some random folder.
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
|
|
|
Right-click your project in the Package Explorer, select Properties, then Java Build Path, then Libraries, and click one of the buttons "Add JARs" or "Add External JARs".
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32708
|
|
|
I think this thread would fit better in our IDEs forum: moving.
|
 |
 |
|
|
subject: Eclipse - Cannot add a Jar in my lib folder to the project build path
|
|
|