Stendhal on Eclipse: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Developer formatting |
imported>Hendrik Brummermann |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 7: | Line 7: | ||
* If you can play Stendhal, you already have Java and can skip this step. |
* If you can play Stendhal, you already have Java and can skip this step. |
||
* If you do not have java installed, please download it https://java.com<br> (if you are on Linux, use your packet manager) |
* If you do not have java installed, please download it https://java.com<br> (if you are on Linux, use your packet manager) |
||
== Get Node.js == |
|||
* https://nodejs.org (optional: for building & using web client) |
|||
== Get Eclipse== |
== Get Eclipse== |
||
| Line 30: | Line 34: | ||
* In the dialog select: "Git -> Projects from Git" and click "Next". |
* In the dialog select: "Git -> Projects from Git" and click "Next". |
||
* Select "Clone URI" and click "Next". |
* Select "Clone URI" and click "Next". |
||
* Fill in the following information: |
|||
| ⚫ | |||
** '''URI''': |
|||
| ⚫ | |||
*** GitHub read/write (SSH): <code><nowiki>git@github.com:arianne/stendhal.git</nowiki></code> |
|||
* The result of the fields are filled in automatically, click "Next" |
* The result of the fields are filled in automatically, click "Next" |
||
* On the Branch selection page, keep everything selected and click "Next" |
* On the Branch selection page, keep everything selected and click "Next" |
||
| Line 78: | Line 85: | ||
And then the server should be started. |
And then the server should be started. |
||
NOTE: On newer Eclipse versions, the [Classpath Entries] are under Dependencies tab. |
|||
== Start Stendhal Client == |
== Start Stendhal Client == |
||