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

< Scout‎ | HowTo‎ | 5.0
(Created page with "{{ScoutPage|cat=HowTo 5.0}} Installing {{ScoutLink|SDK|name=Scout SDK}} is really easy. * If you are new to eclipse, read {{FULLPAGENAME}}#Install Eclipse with Scout SDK|''...")
 
m (Add the Scout SDK to your Eclipse installation)
 
(3 intermediate revisions by one other user not shown)
Line 15: Line 15:
 
== Add the Scout SDK to your Eclipse installation ==
 
== Add the Scout SDK to your Eclipse installation ==
 
{{note|Eclipse|These instructions assume that you have Eclipse installed already. }}
 
{{note|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...''
+
To add Scout SDK to your existing Eclipse installation, you need to open eclipse and select ''Help'' | ''Install New Software...''
  
[[Image:updateSite_step1.PNG]]
+
[[Image:UpdateSite_step1_5.0.png]]
  
Use ''http://download.eclipse.org/releases/luna'' in the dialog that shows up and expand ''Scout Application Development''. When expanded, tick all checkboxes:
+
Use ''http://download.eclipse.org/releases/mars'' in the dialog that shows up and expand ''Application Development Frameworks''. When expanded, check ''Eclipse Scout''. The version may be different than on the screenshot below:
  
[[Image:Scout.Luna.updatesite.PNG|Select Scout Application Development drill down]]
+
[[Image:Scout.Luna.updatesite5.PNG|Select Scout Application Development drill down]]
  
 
Click Next twice, accept the license and restart Eclipse as soon as the download has been completed.
 
Click Next twice, accept the license and restart Eclipse as soon as the download has been completed.

Latest revision as of 02:03, 13 April 2015

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 7 required
Eclipse for Scout Developers requires Java 7 or greater. 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 5.0.png

Use http://download.eclipse.org/releases/mars in the dialog that shows up and expand Application Development Frameworks. When expanded, check Eclipse Scout. The version may be different than on the screenshot below:

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 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