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

Show last authors
1 For your first project, we will do the classic "Hello world" example. This tutorial is more for learning how the development tools works.
2
3 First, we will create a new Wonder Application. In Eclipse, open the **File** menu, select **New** and select **Wonder Application**.
4
5 [[image:NewWOProject.png||border="1"]]
6 
7
8 {{info}}
9 If the Wonder project types don't appear in the File->New menu, you are probably in a Java perspective instead of WOLips.
10 {{/info}}
11
12 The project wizard will ask for the project name. Enter **HelloWorld**
13
14 [[image:SetProjectName.png||border="1"]]
15
16 {{info}}
17 Don't put spaces in the project name, Eclipse have a hard time with projects that have spaces in the file system path.
18 {{/info}}