| Message: 97092 |
 |
BY: Nicolas Vetel (nvetel) DATE: 2011-10-25 13:17 SUBJECT: Redirecting Rjb Output I need to redirect the output of a java class from my ruby standard output to a file.
Unfortunately, redirecting STDOUT from the ruby environment doesn't work.
I also tried to redirect the standard output of he JVM (System.setOut) but I style have messages I don't want in my console but in a file.
Does anyone knows how I could possibly redirect output from a java class to a file ?
Thank youy very much for your help. | |