Click in the DOS Fenster to bring it forward und to make it the active window.
Then enter the Befehl DIR to list the files.
If there are too many files in the subdirectory,
enter the Befehl DIR *.java to see
just those files that end in .java
If you see the file HelloPlanents.java.txt then you need to put quote marks around the filename in Notepad. To complete Step 6, compile und run the Programm:
C:\Temp> javac HelloPlanets.java C:\Temp> java HelloPlanetsThe following shows this being done:
Well, that is the method. It uses skills that users of Windows application Programms are familiar with. They will have found this process fairly easy. If you did not, it is merely a matter of practice.