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/3.8/Install Scout SDK"

< Scout‎ | HowTo‎ | 3.8
Line 20: Line 20:
 
[[Image:updateSite_step1.PNG]]
 
[[Image:updateSite_step1.PNG]]
  
Use [[http://download.eclipse.org/scout/nightly/update http://download.eclipse.org/scout/nightly/update]] in the dialog that shows up and select ''Scout Application Development''
+
Use ''http://download.eclipse.org/scout/releases/3.8'' in the dialog that shows up and expand ''Scout Application Development''. When expanded, tick all checkboxes:
  
[[Image:UpdateSite_step2.PNG|600px|Select Scout Application Development]]
+
[[Image:Scout.3.8.updatesite.PNG|Select Scout Application Development drill down]]
  
When expanded, the ''Scout Application Development'' node looks as follows:
 
  
[[Image:download_and_install_nightly_build.png|600px|Select Scout Application Development drill down]]
+
Click Next twice, accept the license and restart Eclipse as soon as the download has been completed.
  
Hit next twice and restart Eclipse.
+
Now you are ready to use the {{ScoutLink|SDK|Perspective|Scout Perspective}}.
You are ready to use the {{ScoutLink|SDK|Perspective|Scout Perspective}}.
+

Revision as of 08:07, 4 May 2012

The Scout documentation has been moved to https://eclipsescout.github.io/. Installing The Scout documentation has been moved to https://eclipsescout.github.io/. is really easy.


Install Eclipse with Scout SDK

Visit the Eclipse Download-page to get Eclipse for Scout Developers.

InstallScout devDownloads.png

Note.png
JRE 1.6 required
Eclipse for Scout Developers requires Java 6 or greater. If there is no Scout perspective you probably need to install an appropriate JDK.
If you have multiple JREs installed and want to be sure the right one is used start Eclipse Scout using the -vm command line argument and specifying the path to the executable. E.g.: eclipse -vm c:\path_to_the_jre\bin\java.exe


Add the Scout SDK to your Eclipse installation

Note.png
Eclipse
These instructions assume that you have Eclipse installed already.

To add Scout SDK to your existing Eclipse installation, you need to open eclipse and select Help|Install New Software...

UpdateSite step1.PNG

Use http://download.eclipse.org/scout/releases/3.8 in the dialog that shows up and expand Scout Application Development. When expanded, tick all checkboxes:

Select Scout Application Development drill down


Click Next twice, accept the license and restart Eclipse as soon as the download has been completed.

Now you are ready to use the The Scout documentation has been moved to https://eclipsescout.github.io/..

Back to the top