Stendhal on Eclipse: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann |
imported>Hendrik Brummermann added images |
||
| Line 1: | Line 1: | ||
{{Navigation for Stendhal Top|Building & Hosting}} |
{{Navigation for Stendhal Top|Building & Hosting}} |
||
This guide describes how to setup a development environment in Eclipse for Stendhal. |
|||
== Get Eclipse== |
== Get Eclipse== |
||
* Go to |
* Go to https://www.eclipse.org/downloads/ |
||
* Download: "Eclipse IDE for Java Developers" |
* Download: "Eclipse IDE for Java Developers" |
||
* Unzip the download an run Eclipse |
|||
* In Eclipse, close the "Welcome" window |
|||
You can click on the following images to see them in large. |
|||
<gallery> |
|||
File:Eclipse_00.png|On the first run of Eclipse, this "Welcome" window is shown. Please close it. |
|||
File:Eclipse_00a.png|Typical window layout with the Package Explorer on the left hand side and an empty area for editors in the middle |
|||
</gallery> |
|||
== New Project from Git == |
== New Project from Git == |
||
| Line 10: | Line 22: | ||
In Eclipse: |
In Eclipse: |
||
* Open package explorer view. |
|||
* Select "File -> Import -> Git -> Projects from Git" and click "Next". |
|||
* Select "Clone URI" and click "Next". |
|||
* Fill in the following information: |
|||
<pre> |
<pre> |
||