Hi all - I am new to Java and I have just been playing around with my first program... I got Javac to work - but when I ask it to run the .java file it thinks about it for a couple of seconds and then returns nothing! Any ideas?
My Prog:
public class MyProgram {
public static void main(String[] args) {
System.out.println("Rome wasn't burned in a day!");
}
}
Pic of CMD:
untitled.JPG