So, let's say I have a jar file called "a.jar" and another jar file called "b.jar".
In the b.jar we have a class called "c.class" and in the a.jar we have a class called "getmesomething.class" with a main function.
From the "getmesomething.class" I'd like to access the "c.class" methods and stuff.
But I do not know how to access "b.jar/c.class" from the main function in "a.jar/getmesomething.class".
I hope I spelled everything right and it isn't too confusing. :-)