System.out to a file in java
Posted
by Carlos Blanco
on Stack Overflow
See other posts from Stack Overflow
or by Carlos Blanco
Published on 2010-05-17T17:24:38Z
Indexed on
2010/05/17
17:30 UTC
Read the original article
Hit count: 282
java
I'm running an application from inside another one for testing pusposes. I want to redirect the output for the tested app to a file, so I can have a log after each test.
Is there to redirect the output of an app to a file from the command line in java?
© Stack Overflow or respective owner