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 ... ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- (Slightly) off topic: Piping output from std err to file Chris Moolenschot
- Re: (Slightly) off topic: Piping output from std er... Gordon Chamberlin
- Re: (Slightly) off topic: Piping output from std er... Cătălin CLIMOV
- Re: (Slightly) off topic: Piping output from std er... papiraki
- Re: (Slightly) off topic: Piping output from std er... Chris Moolenschot
- Re: (Slightly) off topic: Piping output from st... Cătălin CLIMOV
- Re: (Slightly) off topic: Piping output from std er... corey