I had the opportunity to touch it at work and tried it.
#Installation
brew cask install java
#Version confirmation
java --version
#It seems that OpenJDK has support for half a year. It seems that this is good if it is free.
openjdk 11 2018-09-25
OpenJDK Runtime Environment 18.9 (build 11+28)
OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode)
#Install with brew. There is also a way to download from the site
brew cask install springtoolsuite
To switch to another version in Java Java_It seems that you should set HOME.
I want to set it when necessary.
Recommended Posts