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
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
Right click your project-> properties->Java Build Path -> Libraries tab -> Add External jar, and browse your jar
Cheers