console « Log « Java I/O Q&A





1. How do I pipe the Java console output to a file?    stackoverflow.com

I found a bug in an application that completely freezes the JVM. The produced stacktrace would provide valuable information for the developers and I would like to retrieve it from the ...

2. How to configure Apache XML-RPC to log to a file instead of the console?    stackoverflow.com

How can I configure Apache XML-RPC to log to a file instead of the console? EDIT: The project uses commons-logging. I'm not familiar with it.

3. How do you redirect the console log to a file for Java Web Start in Mac OS X?    stackoverflow.com

Possible Duplicate:
redirecting a java web start app logs to a file
How do you redirect the console log to a file for Java Web Start ...