How to install java 8 on osx macOS Mojave with homebrew?

d0x :

At the moment Java 8 is still required for some apps like:

  • Android SDK / Android Studio
  • Jenkins
  • Ionic ...

With brew install java the latest Version is installed. But how to install Java 8?

Andrew Janke :

The older Oracle JDKs are gone from Homebrew now. Use OpenJDK instead:

brew tap adoptopenjdk/openjdk
brew cask install adoptopenjdk8

OpenJDK is a drop-in replacement for the Oracle JDK in most places, so this should work fine for you with no code or build process changes.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=35225&siteId=1