From: lior on
Hi,
I'm using the java builder to connect between java SW to Matlab SW.

When I've worked with executable matlab the shell (dos window) was functioning as the standard output and all the errors / disp command output were displayed there.

when I'm working with jar compiled, there is no shell window. So my Q is where the stdout goes? and how can I access it / direct it?

Tx,
Lior
From: Lior Cohen on
"lior " <lior_chn(a)yahoo.com> wrote in message <hofdpp$76f$1(a)fred.mathworks.com>...
> Hi,
> I'm using the java builder to connect between java SW to Matlab SW.
>
> When I've worked with executable matlab the shell (dos window) was functioning as the standard output and all the errors / disp command output were displayed there.
>
> when I'm working with jar compiled, there is no shell window. So my Q is where the stdout goes? and how can I access it / direct it?
>
> Tx,
> Lior
anyone?