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
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=HowTo 3.8}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
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 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'''}}
+
 
+
 
+
== Install Eclipse with Scout SDK ==
+
Visit the [http://www.eclipse.org/downloads/ Eclipse Download]-page to get Eclipse for Scout Developers.
+
 
+
[[Image:InstallScout_devDownloads.png]]
+
 
+
{{note|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.<br>
+
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|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...''
+
 
+
[[Image:updateSite_step1.PNG]]
+
 
+
Use ''http://download.eclipse.org/scout/nightly'' 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]]
+
 
+
Click Next twice, accept the license and restart Eclipse as soon as the download has been completed.
+
 
+
Now you are ready to use the {{ScoutLink|SDK|Perspective|Scout Perspective}}.
+
 
+
=== 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/ http://git.eclipse.org/c/scout/]
+
 
+
Accessing the source code of specific released versions or branches is described [http://wiki.eclipse.org/Scout/Contribution#Getting_the_Scout_Sources here]
+

Latest revision as of 05:18, 14 March 2024

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

Back to the top