static int loadAllClassesInByteCodePath(File path) { int n = 0; for (S name : allClassNamesOnPath(ll(path))) pcall-short { Class.forName(name); ++n; } ret n; }