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

< Scout‎ | HowTo‎ | 3.7
(Install Eclipse with Scout SDK)
Line 2: Line 2:
 
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|Install Scout SDK#Install Eclipse with Scout SDK|'''Install Eclipse with Scout SDK'''}}
 
* If you are new to eclipse, read {{ScoutLink|HowTo|Install Scout SDK#Install Eclipse with Scout SDK|'''Install Eclipse with Scout SDK'''}}
* If you already have Eclipse installed, read {{ScoutLink|HowTo|Install Scout SDK#Add Scout SDK to existing Eclipse installation|'''Add Scout SDK to existing Eclipse installation'''}}
+
* If you already have Eclipse installed, but not Scout, read {{ScoutLink|HowTo|Install Scout SDK#Add the Scout SDK to your Eclipse installation|'''Add Scout SDK to existing Eclipse installation'''}}
  
 
== Install Eclipse with Scout SDK ==
 
== Install Eclipse with Scout SDK ==
Line 11: Line 11:
 
{{note|JRE 1.6 required|Eclipse Scout SDK requires Java 6 or greater. If there is no Scout perspective you probably need to install an appropriate jre.}}
 
{{note|JRE 1.6 required|Eclipse Scout SDK requires Java 6 or greater. If there is no Scout perspective you probably need to install an appropriate jre.}}
  
== Add Scout SDK to existing Eclipse installation ==
+
== Add the Scout SDK to your existing Eclipse installation ==
 
{{note|Eclipse|These instructions assume that you have eclipse installed. If you do not have eclipse yet, read the chapter ''Eclipse with Scout SDK'' }}
 
{{note|Eclipse|These instructions assume that you have eclipse installed. If you do not have eclipse yet, read the chapter ''Eclipse with Scout SDK'' }}
 
To add Scout SDK to your existing Eclipse installation, you need to open eclipse and select ''Help''|''Install New Software...''
 
To add Scout SDK to your existing Eclipse installation, you need to open eclipse and select ''Help''|''Install New Software...''

Revision as of 07:04, 24 January 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 bundled with the Scout SDK.

InstallScout devDownloads.png

Note.png
JRE 1.6 required
Eclipse Scout SDK requires Java 6 or greater. If there is no Scout perspective you probably need to install an appropriate jre.


Add the Scout SDK to your existing Eclipse installation

Note.png
Eclipse
These instructions assume that you have eclipse installed. If you do not have eclipse yet, read the chapter Eclipse with Scout SDK

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/nightly/update] in the dialog that shows up and select Scout Application Development

UpdateSite step2.PNG


Hit next twice and restart eclipse. You are ready to use the The Scout documentation has been moved to https://eclipsescout.github.io/..

Back to the top