Computer Science Canada

java RE 6 wont run

Author:  cheese188 [ Mon May 11, 2009 9:11 pm ]
Post subject:  java RE 6 wont run

whenever i run my java SE 6 it just closes so i cant run programs

Author:  DemonWasp [ Mon May 11, 2009 9:29 pm ]
Post subject:  RE:java RE 6 wont run

How are you running it? If you're trying to run it with "java" as the only command, you're doing it wrong: you need to compile your Java program with "javac MyProgram.java" and run it with "java MyProgram".


: