I'm following the w3schools tutorial on Java and it says to make a Java file (called "Main.java") containing:
public class Main {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
Then it says to enter "javac Main.java" into command prompt, but it's not working command prompt