Adding a JAR to an Eclipse Java library

Posted by Paul Reiners on Stack Overflow See other posts from Stack Overflow or by Paul Reiners
Published on 2008-10-07T15:24:55Z Indexed on 2010/03/23 17:23 UTC
Read the original article Hit count: 321

Filed under:
|
|

How do you add a JAR file to an already existing Java library in Eclipse? Note that this is not a user library.

That is, if you look at the Java Build Path for a Java project and click on the Libraries tab, you will see the list of libraries used by the project. If you expand a given library, you will see a list of JAR files included in that library. I want to add an additional JAR file to one of these libraries.

I am using Version 3.4.0 of Eclipse.

© Stack Overflow or respective owner

Related posts about jar

Related posts about eclipse