Im the new to programming.
Asked
Active
Viewed 77 times
1 Answers
1
You are calling the compiler from the wrong directory. The file path actually is: C:\Users\User\documents\Sum.java.
Either run javac documents\Sum.java
or switch to the "documents" directory by doing cd documents
.

Andreas
- 5,393
- 9
- 44
- 53