Where is the MyClass.java file? I do not see it listed in the HP folder. It needs to be in the folder where the javac.exe program is being executed.
This line from your console:shows that the javac command was executed in the HP folder. That is where the MyClass.java file needs to be located.C:\Users\HP>javac MyClass.java
Back in post#21 the javac command found the MyClass.java file in the HP folder. Where did it go?