I have one application , where I am using one jar called "A" which internally refers to classes from another jar called "B", where jar "B" refers to classes from jar "C".
how to execute java application while setting class path to A.jar and add classpath dependency of B.jar and C.jar in manifest file of A.jar.
Thanks in advance