Java printfn() output not appearing in Notebook

Issue #166 resolved
Doug Blank created an issue
%%lang Java
System.out.prinln("hello");

Comments (7)

  1. Doug Blank reporter

    Looks like if you load Java on demand (without it having been previous loaded via the GUI) then output isn't correctly sent to the Notebook. On the other hand, if you enable the language in the GUI, then exit, all is fine.

    Must not be calling engine.RedirectOutputs() correctly.

  2. Log in to comment