I want to create a jar form an existing project so that i can use it in another project.
i have created a jar using jar -cvf payment.jar *.* inside by bin folder.
but i am not able to use it.
i am getting class def not found exception if i try to use any class in that jar
Regards
Amod
Start Free Trial