[JAVA] Notes on installing eclipse with Homebrew on Mac OS High Sierra

Background

It seemed necessary at the study session. ..

Target environment

Premise

Homebrew must be installed


java install

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


eclipse installation

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

スクリーンショット 2018-05-26 8.27.25.png

Oxygen is installed

スクリーンショット 2018-05-26 8.27.30.png

Workspace settings

スクリーンショット 2018-05-26 8.27.34.png

Verification

スクリーンショット 2018-05-26 8.27.49.png

Impressions

It is convenient because it can be built quickly with commands.

Recommended Posts

Notes on installing eclipse with Homebrew on Mac OS High Sierra
Introduce Eclipse with brew cask on Macintosh OS X (5 walls + 1)
Install tomcat + eclipse on mac
Set JAVA_HOME correctly on Mac OS 10.12
Use completion in Eclipse on mac
Homebrew on Mac allows you to use Tomcat right away without Eclipse
Install Docker Desktop for Mac with Homebrew
How to install Eclipse (Photon) on Mac
Notes on using FCM with Ruby on Rails
Open multiple workspaces in Eclipse on Mac
Run Ubuntu + ROS with Docker on Mac