SE450
:
Using the SDK
[6/53]
Create a new directory to hold your files
Use a text editor to prepare files (Greeter.java, GreeterTest.java)
Open a shell window
cd
to directory that holds your files
Compile and run
javac GreeterTest.java
java GreeterTest
Note that Greeter.java is automatically compiled.
Output is shown in shell window