static File getBytecodePathForClass(O o) { ret getBytecodePathForClass(_getClass(o)); } static File getBytecodePathForClass(Class c) ctex { ret c == null ?: new File(c.getProtectionDomain().getCodeSource().getLocation().toURI()); }