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/HowTo/Installing Scout 3.8 (Juno) using the Download Package"

< Scout‎ | HowTo
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
{{ScoutPage|cat=HowTo 3.8}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
This is the simplest possible installation. Download is available from the Eclipse Juno download page.
+
After successful download extract the ZIP file into a directory of your choice.
+
Start the included Eclipse executable and try some of the new features:
+
* [[Scout/Tutorial/3.8/SVG Field|SVG Field]]
+
* [[Scout/Tutorial/3.8/webservices/Webservices with JAX-WS|JAX-WS]]
+
 
+
{{warning|''Attention''
+
If Scout is installed using Scout EPP M6, the Scout SDK doesn't properly recognize its environment and thinks it's running against Eclipse 3.4 (which leads to some bad behavior). As the bug responsible for this is already fixed, the work around is upgrading the Scout EPP installation using the nightly build.}}
+
 
+
Updating Scout 3.8 M6 with the nightly build is achieved through the following steps:
+
# Start Eclipse
+
# Open menu ''Help'', ''Install New Software ...''
+
# The ''Install'' dialog appears, then click on button ''Add ...''
+
# In the name field enter '''Scout Nightly''', in the Location field enter '''http://download.eclipse.org/scout/nightly/update/''', then click ''OK''
+
# Eclipse connects to the Scout nightly update site and offers the available components in the field below
+
# Drill down into the tree and select all items starting with the name ''Scout SDK''
+
# Click ''Finish'' on the Eclipse install dialog
+
# Eclipse will then alter the install to an update (which is fine)
+
# After confirming the licence the Scout SDK will be updated and Eclipse asks to restart (which is fine too)
+
 
+
== See also ==
+
* [[Scout/HowTo/3.8/Install_Scout_SDK|How to install the Scout SDK]]
+
* [[Scout/Updatesites|Scout Updatesites]]
+

Latest revision as of 06:18, 19 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top