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

< Scout‎ | HowTo‎ | 3.9
(Add the Scout SDK to your Eclipse installation)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=HowTo 3.8}}
+
{{ScoutPage|cat=HowTo 3.9}}
 
Installing {{ScoutLink|SDK|name=Scout SDK}} is really easy.  
 
Installing {{ScoutLink|SDK|name=Scout SDK}} is really easy.  
* If you are new to eclipse, read {{ScoutLink|HowTo|3.8/Install Scout SDK#Install Eclipse with Scout SDK|'''Install Eclipse with Scout SDK'''}}
+
* If you are new to eclipse, read [[{{FULLPAGENAME}}#Install Eclipse with Scout SDK|'''Install Eclipse with Scout SDK''']]
* If you already have Eclipse installed (but not Scout), read {{ScoutLink|HowTo|3.8/Install Scout SDK#Add the Scout SDK to your Eclipse installation|'''Add the Scout SDK to your Eclipse installation'''}}
+
* If you already have Eclipse installed (but not Scout), read [[{{FULLPAGENAME}}#Add the Scout SDK to your Eclipse installation|'''Add the Scout SDK to your Eclipse installation''']]
  
  
Line 19: Line 19:
 
[[Image:updateSite_step1.PNG]]
 
[[Image:updateSite_step1.PNG]]
  
Use ''http://download.eclipse.org/releases/Juno'' in the dialog that shows up and expand ''Scout Application Development''. When expanded, tick all checkboxes:
+
Use ''http://download.eclipse.org/releases/kepler'' in the dialog that shows up and expand ''Scout Application Development''. When expanded, tick all checkboxes:
  
 
[[Image:Scout.Kepler.updatesite.PNG|Select Scout Application Development drill down]]
 
[[Image:Scout.Kepler.updatesite.PNG|Select Scout Application Development drill down]]

Revision as of 10:33, 2 July 2013

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\javaw.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/releases/kepler 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/..

Scout Updatesites

To download alternative scout versions see Scout/Updatesites.

Get the Source Code

The source code for 3.9 (Kepler) is available on git: http://git.eclipse.org/c/scout/

Accessing the source code of specific released versions or branches is described here

Back to the top