RE: Standard Err stream

2000-12-15 Thread Juan Lorandi (Chile)
try: java -jar orion.jar .options. 2 log.txt sometimes the ampersand not needed (I don't remember exactly) -Original Message- From: Seung Bang [mailto:[EMAIL PROTECTED]] Sent: Jueves, 14 de Diciembre de 2000 20:35 To: Orion-Interest Subject: Standard Err stream Hello, Where

Re: Standard Err stream

2000-12-15 Thread Seung Bang
Adam, Scott, Mikko, and Juan: I appreciate your helps. That's THE ONE I wanted.

Re: Standard Err stream

2000-12-14 Thread Adam Cassar
java -jar orion.jar -out [file] - specifies a file to route standard output to -err [file] - specifies a file to route error output to On Thu, Dec 14, 2000 at 03:35:17PM -0800, Seung Bang wrote: Hello, Where does 'System.err.println()' print? For debugging purpose, I put some

RE: Standard Err stream

2000-12-14 Thread Scott Farquhar
Type "java -jar orion.jar -?" for options on error streams and logging -Original Message- From: Seung Bang [mailto:[EMAIL PROTECTED]] Sent: Friday, 15 December 2000 10:35 To: Orion-Interest Subject: Standard Err stream Hello, Where does 'System.err.println()' print? For debugging

Re: Standard Err stream

2000-12-14 Thread Mikko Kurki-Suonio
On Thu, 14 Dec 2000, Seung Bang wrote: Where does 'System.err.println()' print? Try these switches: -out [file] - specifies a file to route standard output to -err [file] - specifies a file to route error output to //Mikko