Re: RunTime Process object

1999-03-28 Thread Juergen Kreileder
> Bill Paladino writes: Bill> Has anyone had any luck RUNNING a program from Java? Example Bill> below (JDK 116) compiles OK, prints a nicely formed command Bill> OK buts generates *NO* output. Bill> thanks, Bill> import java.io.*; Bill> public class RunFile{

RunTime Process object

1999-03-28 Thread Bill Paladino
>>> Has anyone had any luck RUNNING a program from Java? Example below (JDK 116) compiles OK, prints a nicely formed command OK buts generates *NO* output. thanks, import java.io.*; public class RunFile{ public static void main ( String args[] ) throws Exception