Any error messages, exceptions thrown? Hangs? If so, blocks on what
line? What version of JDK?

I compiled it and ran it on my NT box with JDK1.2 (current release), and
it seems to work fine.

I have had problems before with JDK1.1 Process.waitFor() for some time
on NT(blocks forever under some conditions). A workaround is to
getOutputStream() and read it until you detect the stream closing. Then
you can be reasonably sure that the process has finished.

-rchit

> I have some attached files. Basically Java program that
> launches another Java AWT program.
> 
>         % java Launcher
> 
> It works on Linux / Windows95 not on NT 4.0. Why?


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to