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