Configuring this project takes approximately 2 minutes. Before you can run the sample, you must
first import it into the workspace:
- Click on the link to launch a wizard that installs the project in your
workspace.
- In the Hello World dialog box, the Project Name
is filled in for you. Accept that default and click Finish. If asked to
switch to the Java Perspective, click Yes.
The following steps show you how to configure and run the sample:
- Expand the SimpleHelloWorld project in the Project Explorer view and then expand
the com.ibm.sample.helloworld package.
- Double-click on HelloWorld.java to view the code in the Java editor.
- To run the program, from the main menu bar, click on Run > Run As > Java Application and the HelloWorld class runs.
- The message 'Hello World' displays in the console view at the bottom of the workbench.
|