Your First Project - Hello World

Version 3.1 by Pascal Robert on 2011/12/27 05:59

For your first project, we will do the classic "Hello world" example. This tutorial is more for learning how the development tools works.

First, we will create a new Wonder Application. In Eclipse, open the File menu, select New and select Wonder Application.

NewWOProject.png


Information

If the Wonder project types don't appear in the File->New menu, you are probably in a Java perspective instead of WOLips.

The project wizard will ask for the project name. Enter HelloWorld

SetProjectName.png

Information

Don't put spaces in the project name, Eclipse have a hard time with projects that have spaces in the file system path.