Example.java is not found [closed]

0

I saved the Example.java in the Documents folder, I used the cmd in the javac directory, but when running javac it does not find Example.java

    
asked by anonymous 30.06.2016 / 12:34

1 answer

1

You should navigate to the folder where the file is, for example, in C: \ Project: cd C:\Projeto , then execute the command: javac Example.java .

    
30.06.2016 / 13:00