| |
GETTING STARTED
Create, Compile and Execute Hello World Application
-
Create Hello World Application Java File:
-
Click File | Create | Java File | Application in the Java Tools window.
-
Type HelloWorld.java in the Input dialog then click OK.
-
Compile Hello World Application Java File:
-
Click Tools | Compile in the Java Tools window.
-
Click OK in the Information dialog when the compile completes.
-
Execute Hello World Application Class File:
-
Click Tools | Execute | Class File in the Java Tools window.
-
Wait until Hello World Application appears in the Execute window.
-
Click X in the top right corner of the Execute window. |
|