Java Programming 4: Java Application Building

method, Java is not sure what to do. We created the Main class to instantiate and start this application, so we should go to that class to run it. Note In Eclipse, if you choose Run As, but neither Java Applet nor Java Application appear as options, click in the Editor Window. This lets Eclipse know that you are running the .java file. ................
................