Swing -> AWT dependencies

1999-07-07 Thread Chris Moolenschot
I was wondering to what extent Swing depends on the native AWT Toolkit in the JVM. In (simplistic) theory the toolkit primarily needs to be able to supply a particular platform's implementation of a frame, and a drawing surface. In other words, the only heavyweight peers involved are for frames a

Re: (Slightly) off topic: Piping output from std err to file

1999-05-06 Thread Chris Moolenschot
You mean you want to do this from a script/shell (something like java 2>error.log) or from a java application ? In a shell: java MyClass > error.log The only problem is that this pipes std out into err.log not std err ... -

(Slightly) off topic: Piping output from std err to file

1999-05-06 Thread Chris Moolenschot
jit/nojit options. (I would also like to be able to catch the reams of exceptions my own programs sometimes produce ;). TIA, Chris Moolenschot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs