
-----------------------------------
cheese188
Mon May 11, 2009 9:11 pm

java RE 6 wont run
-----------------------------------
whenever i run my java SE 6 it just closes so i cant run programs

-----------------------------------
DemonWasp
Mon May 11, 2009 9:29 pm

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".
