Use Java Output Stream in JavaScript Runtime Environment
In a normal case it is not possible to get the information from the Java standard output stream (stdout) and the standard error output stream (stderr) in the JavaScript runtime environment. With a tiny trick it is possible to do that. It is necessary to redirect the Java standard streams to files in the temporary directory, to read the content from the files and to delete the files finally. On this way the standard methods System.stdout and System.stderr with VCF Automation, and the methods of the Java PrintStream classes java.lang.System.out and java.lang.System.err can be used.