I have 3 jars a,b,c A is dependent on B and B has one jar let's call it jar c inside it i.e nested Jar. Getting error when B is trying to access class of Jar C. I have added the jar C in the class path of B.
Also when I extract the Jar B I can see that jar C is present inside the extracted folder of B. But still getting error.