Wiki source code of Your First Project - Hello World
Version 3.1 by Pascal Robert on 2011/12/27 05:59
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 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.1 | 3 | First, we will create a new Wonder Application. In Eclipse, open the **File** menu, select **New** and select **Wonder Application**. |
![]() |
1.1 | 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}} | ||
![]() |
3.1 | 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}} |