{
//
// Try generating stub class now.
//
StubCompiler stubCompiler = new StubCompiler( remoteInterface );
System.out.println( "StubFactory.loadStub(): stubCompiler: " + stubCompiler );
sc = stubCompiler.getStubClass();
System.out.println( "StubFactory.loadStub(): sc: " + sc );
}
/*
if (sc.stubClass != null)