> 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{
>>> 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