Skip to content

Commit

Permalink
VM update
Browse files Browse the repository at this point in the history
  • Loading branch information
dullhunk committed Sep 25, 2023
1 parent f57c0ea commit e95c087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 12-starting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You are welcome to use any Java IDE for your team, but you must use a proper IDE

It is recommended that you choose a single IDE that the whole team uses. It is perfectly possible for different team members to use different IDEs, and we don't disallow this. But it adds an extra layer of complexity to the process of shared coding, and requires a certain level of confidence with Git and the IDEs in question to work. (For example, you'll need to decide whether to put the configuration files for all IDEs used under version control, and to make sure that none of these share the same name.) Since you'll be facing plenty of other technical and team work challenges in this coursework, you may wish to avoid adding extra, unnecessary complications to your team's workflow. All agreeing to use the same IDE is one way to do this.

As mentioned elsewhere, although teams are welcome to choose any of the standard Java IDEs, we are only able to provide technical support for (ref:ideversion) on the Linux VM provided by the Department for this coursework exercise. The Stendhal team use Eclipse, and so the code is already set up as an Eclipse project. If you use this IDE, the project will come all ready set up for you. If you choose another IDE, you'll have some set up work to do for yourselves, to get the project into the right configuration.
As mentioned elsewhere, although teams are welcome to choose any of the standard Java IDEs, we are only able to provide technical support for (ref:ideversion) on Linux for this coursework exercise. The Stendhal team use Eclipse, and so the code is already set up as an Eclipse project. If you use this IDE, the project will come all ready set up for you. If you choose another IDE, you'll have some set up work to do for yourselves, to get the project into the right configuration.

<!--%We'll do our best to help teams using other IDEs, but can't guarantee we'll be able to fix the problems in the timescales needed by the coursework deadlines.-->

Expand Down
4 changes: 2 additions & 2 deletions 15-courseworking.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ Help is also available through the Piazza discussion forum (ref:piazzaforum)

### Step One: Start Eclipse {#starteclipse}

First we need to run Eclipse (or the IDE you have chosen to use for this activity, if using a different one). If working from home, you should use the VM provided by the department.
First we need to run Eclipse (or the IDE you have chosen to use for this activity, if using a different one).

Start (ref:ideversion). From the command line, this is done by typing:

````md
/opt/eclipse-2020-03/eclipse
/opt/eclipse-2022-12/eclipse
````

You can also find it in the `Applications` menu, under `Programming`.
Expand Down

0 comments on commit e95c087

Please sign in to comment.