class Test { public final Class findClass(final String className) throws ClassNotFoundException { return (Class)Class.forName(className, true, newMethod()); } private ClassLoader newMethod() { return getClass().getClassLoader(); } }