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?
At the moment Java 8 is still required for some apps like:
With brew install java
the latest Version is installed. But how to install Java 8?
The older Oracle JDKs are gone from Homebrew now. Use OpenJDK instead:
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.
This answer is outdated.
You can install Java 8 on macOS Mojave like this:
In case the latest java version was already installed, uninstall it with: