Skip to content

Commit 189d847

Browse files
committed
Deduplicate Java install instruction. Move it above IDE
install instructions.
1 parent 30bfce9 commit 189d847

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,18 @@ Take what is useful, discard the rest.
8181

8282
Just do the following one by one, and you should be fine.
8383

84+
## Java
85+
86+
You need Java installed.
87+
88+
- Run `java -version` in your terminal.
89+
- If Java is not installed, please [download and install Java from here](https://adoptopenjdk.net/). Any version should do.
90+
- Once you are done, `java -version` should show you a Java version.
91+
92+
Notes:
93+
94+
- We have not tested this project with Java 7.
95+
8496
## VSCode + Calva
8597

8698
We support VSCode + Calva IDE in the classroom for this workshop. We suggest you use this setup, unless of course, you have already configured your favourite editor for Clojure development. We've listed alternate starter kits below (IntelliJ, Vim, Emacs, Atom), _but_ please avoid [bikeshedding](http://catb.org/jargon/html/B/bikeshedding.html) editors. Just complete the workshop first!
@@ -89,10 +101,6 @@ We support VSCode + Calva IDE in the classroom for this workshop. We suggest you
89101
- Open VSCode and complete the initialization process.
90102
- Open the "Extensions" Tab and search for "Calva", Install the "Calva: Clojure & ClojureScript Interactive Programming" extension
91103
- Alternatively you can visit the [Calva page](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva) to install it
92-
- You need Java Installed
93-
- Run `java -version` in your terminal.
94-
- If Java is not installed, please [download and install Java from here](https://adoptopenjdk.net/). Any version should do.
95-
- Once you are done, `java -version` should show you a Java version.
96104

97105
Once installed:
98106

@@ -107,16 +115,6 @@ Once installed:
107115

108116
- Keep the [Paredit guide](https://calva.io/paredit/) handy, editing code will require some understanding of paredit.
109117

110-
### Java
111-
112-
- Run `java -version` in your terminal.
113-
- If Java is not installed, please [download and install Java from here](https://adoptopenjdk.net/). Any version should do.
114-
- Once you are done, `java -version` should show you a Java version.
115-
116-
Notes:
117-
118-
- We have not tested this project with Java 7.
119-
120118
## Your favourite editor:
121119

122120
You may find instructions for your favourite editor at one of these pages. But there are only so many choices. Ultimately, you must pick your poison and run with it:

0 commit comments

Comments
 (0)