Skip to content

Commit ac7f598

Browse files
committed
doc: update macOS Java requirements for Cooja
1 parent 280b59d commit ac7f598

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

doc/getting-started/Toolchain-installation-on-macOS.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,7 @@ You can also try using the latest version, but be prepared to get compilation wa
6868
The best way to achieve this on OS X is through homebrew, using a formula provided in a tap. Follow the instructions here: https://github.com/tgtakaoka/homebrew-mspgcc
6969

7070
### Install Java JDK for the Cooja network simulator
71-
Nothing exciting here, just download and install Java for OSX. You will need the JDK 8, not just the runtime.
72-
73-
Then, install `ant`.
74-
75-
```bash
76-
$ brew install ant
77-
```
78-
79-
Note Cooja doesn't work with JDK 9 since it uses a deprecated API, `javax.xml.bind.DatatypeConverter`, by JDK 9.
71+
Nothing exciting here, just download and install Java for OSX. You will need the JDK 17, not just the runtime.
8072

8173
### Install a CoAP client (libcoap)
8274
Optionally and if you want to use CoAP examples, you can install the CoAP client distributed with [libcoap].

0 commit comments

Comments
 (0)