Changes for page WOLips-Eclipse beginner mistakes and questions
Last modified by Ray Kiddy on 2010/02/27 14:51
From version 102.1
edited by Johan Henselmans
on 2007/06/19 17:44
on 2007/06/19 17:44
Change comment:
There is no comment for this version
To version 103.1
edited by Johan Henselmans
on 2007/06/19 17:42
on 2007/06/19 17:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -60,12 +60,10 @@ 60 60 61 61 ==== Another app is running than I expected: ==== 62 62 63 - Runninganappworksabitdifferentfrom runningan appinXCode.63 +Normally you select the project in the package explorer, goto to the contextual menu (via right click), then click Run WOApplication. you can also go to the Run menu. Or to the Run icon. 64 64 65 - Normally you select the projectin thePackage Explorer,gototo thecontextualmenu (viaightclick),thenclickRun WOApplication.youcan also gototheRunmenu.Orto theRunicon.65 +Don't suppose you are running the app you are running because you selected the project and pressed the run button in the toolbar. It will run the last application you have run, no matter what you have selected in the package explorer. You have to do a "run as", select your program and then you might get your app. 66 66 67 -Don't suppose you are running the app you are running because you selected the project and pressed the run button in the toolbar. It will run the last application you have run, no matter what you have selected in the package explorer. You have to do a "run as", select your program and then you might get your app. 68 - 69 69 === I want to run my app with some other arguments. === 70 70 71 71 The way eclipse works, it saves a set of arguments in which your app has run. This set of arguments have some default settings, depending on which type of application you are running. You can save these arguments in your project, for later use.