on 6/24/00 3:24 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > Using the return code from javac instead of parsing the output stream > should work. If you decompile sun.tools.javac.Main.main(), it checks this > return code to see what value it should pass to System.exit().
You know, instead of decompiling, you could just snag the source out of the JDK source download. If you're really trying to avoid "contamination" because you want to work on a later JVM that isn't related, you've just blown it by saying on a public, archived list that you decompiled the sources anyway. :) .duncan
