boolean oneFailed = false;
Class c,rc,lc,hc;
Method localMethods[],methods[];
try {
Context context = getVerifierContext();
ClassLoader jcl = context.getClassLoader();
if (remote_exists) {
c = Class.forName(home, false, getVerifierContext().getClassLoader());
rc = Class.forName(remote, false, getVerifierContext().getClassLoader());
methods = c.getDeclaredMethods();
oneFailed = findReturnType(methods,home,local,remote);