Hi, Is there any way to initialize rJava so it can print System.out and System.err to console? Also, is there any way to see stack traces? Otherwise we're limited to just seeing:
> .jcall(machine, "V", "Build") > .jcheck() Error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 which doesn't tell me much about the problem nor where the problem occurred in the Java code. If there's no way to do this, I'm just going to have to send every System.out/err statement in my code to a log file which is a very ugly way of doing debugging. Thanks, Adam -- View this message in context: http://r.789695.n4.nabble.com/rJava-System-out-System-err-stacktraces-tp4270712p4270712.html Sent from the R devel mailing list archive at Nabble.com. ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel