Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Redirection of output messages of errors from javac.exe

How can I redirect thoses messages to a file ?
Bert
[60 byte] By [Bert] at [2007-11-9 22:27:54]
# 1 Re: Redirection of output messages of errors from javac.exe
Depends on what operating system you are using. Under Windows 95 or 98, you
can't. Under Windows NT or Unix, I think that "javac ... 2>errors.txt" may
work.

PC2

"Bert" <c1000c@mail.com> wrote in message news:3adbdf94$1@news.dev-archive.com...
>
>
> How can I redirect thoses messages to a file ?
>
>
> Bert
Paul Clapham at 2007-11-11 23:05:08 >