I have a Process in my Java app, made using ProcessBuilder, that runs the command line version of Octave. Everything works fine. However, when I send a plot command to Octave, it does not open a window showing the plot, as it does if you do it in a normal console. There is no error message or anything else. Just no plot.
Is there a way to change that?
Regards
Thorsten