svoid loadAllClassesInByteCodePath(File path) { for (S name : allClassNamesOnPath(ll(path))) pcall-short { Class.forName(name); } }