I am Charles Chinedu, a graduate of Statistics, in Nigeria.i picked interest in coding recently, so i took to trraining myself on html5, css, and javascript. i chose to add java to the tutorials i'm getting online. but am having problems running java codes i wrote using notepad in the cmd.exe. this is d code:
public class MyClass {
public static void main(String[] args) {
Systems.out.println("Hello World");
}
}
i saved it with MyClass.java
charset:unicode
what do i need to do to get cmd.exe to recognize the command "javac MyClass.java"