Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Tutorial/3.7/Webservices with JAX-WS/Configure Product Launch Configuration"

(New page: Click on your Scout project in Scout explorer. That would be the node <code>org.eclipse.scout.tutorial.jaxws</code>. By clicking on the project, the Scout property view changed. Please not...)
 
Line 3: Line 3:
 
To launch the application, first click on 'Run server' and 'Run Swing' / 'Run SWT' afterwards.
 
To launch the application, first click on 'Run server' and 'Run Swing' / 'Run SWT' afterwards.
  
[[Image:org.eclipse.scout.tutorial.jaxws.ConfigureLaunchConfiguration_1.png|200px|Edit launch configurations]]
+
[[Image:org.eclipse.scout.tutorial.jaxws.ConfigureLaunchConfiguration_1.png|thumb|Edit launch configurations]]
[[Image:org.eclipse.scout.tutorial.jaxws.ConfigureLaunchConfiguration_2.png|200px|Step 1: Configure]]
+
[[Image:org.eclipse.scout.tutorial.jaxws.ConfigureLaunchConfiguration_2.png|thumb|Step 1: Configure]]
[[Image:org.eclipse.scout.tutorial.jaxws.ConfigureLaunchConfiguration_3.png|200px|Step 2: Launch  / Debug application]]
+
[[Image:org.eclipse.scout.tutorial.jaxws.ConfigureLaunchConfiguration_3.png|thumb|Step 2: Launch  / Debug application]]

Revision as of 11:41, 8 November 2011

Click on your Scout project in Scout explorer. That would be the node org.eclipse.scout.tutorial.jaxws. By clicking on the project, the Scout property view changed. Please notice the section 'Product launchers'. By clicking on 'Edit', the product dialog opens where you can configure your favorites launch configurations. In turn, all configurations chosen are listed in the property view. To launch the application, first click on 'Run server' and 'Run Swing' / 'Run SWT' afterwards.

Edit launch configurations
Step 1: Configure
Step 2: Launch / Debug application

Back to the top