How to reuse a jar file in another application

i have created a jar file.Now i want to reuse this jar file in another java program.Could anyone please guide me with the steps of how to reuse a jar file
[161 byte] By [sarah123a] at [2007-10-3 3:20:06]
# 1

> i have created a jar file.Now i want to reuse this

> jar file in another java program.Could anyone please

> guide me with the steps of how to reuse a jar file

put your jar file in class path and import the class which u want to reuse in your code so that u can access all the methods in that class in ur code.

ragasa at 2007-7-14 21:12:15 > top of Java-index,Java Essentials,New To Java...