Skip to content

Commit bfdaf86

Browse files
committed
setup
1 parent 5c6c797 commit bfdaf86

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

content/Setup.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ The Java Development Kit (JDK) includes a Java compiler, standard library and vi
1212
Download some version of Java 8 (they have extra numbers like 8u65, those minor numbers are not terribly important). Notice you have to download and install the JDK, not just the JRE.
1313

1414
# Installing IDEs
15-
## Installing Eclipse
16-
17-
We will use Eclipse as one of our prefered IDE (we're lucky there are many free good IDEs for java :), I chose Eclipse more or less arbitrarily :)
18-
19-
You want some version of the Eclipse IDE for Java Developers; unless your machine is really old, chances are you're running a 64 bit version :). As of Jan 9, you can find the [latest version here](http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/mars/1/eclipse-java-mars-1-win32-x86_64.zip). You can go to [their page](http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/mars1) for more info.
20-
21-
Eclipse doesn't really come with an installer; just open the zip file (double-click on it on File explorer; works on Windows, Linux and Mac), and copy to the folder of your choice.
22-
2315
## Installing IntelliJ/IDEA
2416

2517
Go to [IntelliJ's site](https://www.jetbrains.com/idea/), download the appropriate version for your computer (we only need the Community Edition, which is free), and follow their instructions.
2618

19+
## Other IDEs
20+
We are lucky there are many free IDEs available for java; Although I will only support IntelliJ, feel free to try and use any of the other ones, like:
21+
+ Eclipse
22+
+ Netbeans
23+
24+
Also, Java files are plain text files, so you can use a regular text editor to edit them. My favorite simple editor right now is [Visual Studio Code](https://code.visualstudio.com/), available for Windows, Linux and Mac. On Windows, many people like Notepad++. Do NOT use a word processor (like MS-Word) to edit your code, as it will often introduce weird characters.
25+
2726
# Installing a git client
2827

2928
We will use GitLab as our code repository, but you still need a git client. The command line client is available at [www.git-scm.com](http://www.git-scm.com/downloads). I assume you have a command line client, like git-bash.

0 commit comments

Comments
 (0)