Hello World setup instructions

Configuring this project takes approximately 2 minutes. Before you can run the sample, you must first import it into your workspace:

  1. Click on the Import link to launch a wizard that installs the project in your workspace.
  2. 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:

  1. Expand the SimpleHelloWorld project in the Project Explorer view and then expand the com.ibm.sample.java.helloWorld directory.
  2. Double-click on HelloWorld.java to view the code.
  3. To run the program, click on Run > Run... from the main menu bar.
  4. In the Configurations list, select Java Application and click New.
  5. Accept the defaults and click Run.