Changes for page Your First Project - Hello World
Last modified by Steve Peery on 2013/05/29 14:41
From version 3.1
edited by Pascal Robert
on 2011/12/27 05:59
on 2011/12/27 05:59
Change comment:
There is no comment for this version
To version 2.1
edited by Pascal Robert
on 2011/12/27 05:52
on 2011/12/27 05:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,6 @@ 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 2 3 -First, we will create a new Wonder Application. In Eclipse, open the **File** menu, select **New** and select **Wonder Application**.3 +First, we will create a new Wonder Application. In Eclipse, open the **File** menu, open **New** and select **Wonder Application**. 4 4 5 5 [[image:NewWOProject.png||border="1"]] 6 6 ... ... @@ -8,11 +8,3 @@ 8 8 {{info}} 9 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 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}}