> 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.