Deutsch Hello World Setup Instructions

Configuring this project takes approximately 2 minutes. Before you can run the sample, you must first import it into the 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.helloworld package.
  2. Double-click on HelloWorld.java to view the code in the Java editor.
  3. To run the program, from the main menu bar, click on Run > Run As > Java Application and the HelloWorld class runs.
  4. The message 'Hello World' displays in the console view at the bottom of the workbench.