Reputation: 33
I have one jar file, named pwd.jar
and I want to use that in another project named sample
.
How can I do that? What are all the steps I should perform?
Note: I am using Eclipse IDE
Upvotes: 0
Views: 3731
Reputation: 742
Right click your project-> properties->Java Build Path -> Libraries tab -> Add External jar, and browse your jar
Cheers
Upvotes: 1