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]

Reply via email to