This exercise will allow you to create your first Java program.
First, make sure that the JDK and JCreator are both installed.
Then, copy the code listed below. Save your file as "FirstProg.java".
You may then close Notepad. Browse to the location where you saved this file, and then click it to open in JCreator.
Once in JCreator, compile the file by clicking the "Build File" button in the toolbar. If you did everything correctly, you should see only the message "Process complete." in the lower status window. If there are errors, fix them and compile again.
Once the file compiles successfully, you can execute the compiled version of the program by clicking the "Run" button.
You did it!