From dougo@ccs.neu.edu Sun Nov 9 21:56:17 1997 Received: from rigel.ccs.neu.edu (rigel.ccs.neu.edu [129.10.113.96]) by amber.ccs.neu.edu (8.8.6/8.7.3) with ESMTP id VAA23395; Sun, 9 Nov 1997 21:54:08 -0500 (EST) Received: (dougo@localhost) by rigel.ccs.neu.edu (8.8.6/8.6.4) id VAA19135; Sun, 9 Nov 1997 21:54:08 -0500 (EST) Date: Sun, 9 Nov 1997 21:54:08 -0500 (EST) Message-Id: <199711100254.VAA19135@rigel.ccs.neu.edu> From: Doug Orleans To: Karl Lieberherr Cc: com3360@ccs.neu.edu Subject: Re: Windows use In-Reply-To: <199711051505.KAA00623@stockberg.ccs.neu.edu> References: <199711051505.KAA00623@stockberg.ccs.neu.edu> X-Mailer: VM 6.22 under 19.15p7 XEmacs Lucid X-Face: (4D-osoq?}7M3\EgvbWKo We did not find a way to redirect the output of the Java Compiler Compiler > or of the Java Compiler. But we have not found this to be a real problem > if we eliminate the messages from what is visible in the MSDOS window. In Sun's JDK javac, you can do this (from the tools documentation web site): Set the property javac.pipe.output to true to send output messages to System.out. The way you do this is: javac -J-Djavac.pipe.output=true ... I believe JavaCC prints its errors to System.out, so it shouldn't be a problem. Is this true? --Doug