That works:
String classPath = ClassLoader.getSystemResource( className.replace( '.', '/' ) + ".class" ).getFile();
That works: