Initializing help system before first use

Standard output streams

If you send output to the Java stream System.out within a Java method called through mosjvm, the output will be sent to the Mosel model's standard output stream. However, if the Java virtual machine generates output from a different thread, this will not be captured by any Mosel stream.

Similarly, output you send to System.err will go to the the Mosel model's error stream. If another thread generates output to System.err, it will be sent to the Mosel instance's error stream.