Searched refs:otherMain (Results 1 – 1 of 1) sorted by relevance
40 Class<?> otherMain = Class.forName("Main", true, loader); in main() local41 Method m = otherMain.getDeclaredMethod("testClassLoading", Method.class); in main()