It seemed necessary at the study session. ..
Homebrew must be installed
Search
$ brew cask search java
==> Exact Match
java
==> Partial Matches
charles-applejava           eclipse-javascript          java-jdk-javadoc            java8                       netbeans-java-se
eclipse-java                font-noto-sans-javanese     java6                       netbeans-java-ee            yourkit-java-profiler
java install
$ brew cask install java
Verification
$ java --version
java 10.0.1 2018-04-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.1+10)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode)
It seems that java 10 is installed
Search
$ brew cask search eclipse
eclipse-cpp                        eclipse-java                       eclipse-php                        eclipse-scout
eclipse-dsl                        eclipse-javascript                 eclipse-platform                   eclipse-smarthome-designer
eclipse-ide                        eclipse-jee                        eclipse-ptp                        eclipse-testing
eclipse-installer                  eclipse-modeling                   eclipse-rcp                        nodeclipse
IED installation
brew cask install eclipse-ide
Start * Image is from Alfred
Oxygen is installed
Workspace settings
Verification
It is convenient because it can be built quickly with commands.
Recommended Posts