static int err = 0;
public static void main(String[] args) throws IOException {
// System.out.println(System.getProperty("java.class.path"));
Detector detector = Detector.DEFAULT;
String currentName = null;
for (String name : parseArgs(args)) {
try {
if (name.endsWith(".class")) {