The following are the system requirements for installing the JDK and the JRE on macOS:
Any Intel-based computer running macOS.
Administrator privileges.
You cannot install Java for a single user. Installing the JDK and JRE on macOS is performed on a systemwide basis for all users. Administrator privileges are required to install the JDK and JRE on macOS.
When you install the JDK, it also installs the JRE. However, the system will not replace the current JRE with a lower version.
To determine the current JRE version installed on your system, see Determining the JRE Version Installed on macOS. To install an earlier version of the JRE, you must first uninstall the current version. See Uninstalling the JRE on macOS.
When you install the JRE, you can install only one JRE on your system at a time. The system will not install a JRE that has an earlier version than the current version.
To determine the current JRE version installed on your system, see Determining the JRE Version Installed on macOS. To install an earlier version of the JRE, you must first uninstall the current version. See Uninstalling the JRE on macOS.
Note:
Installing a JRE from Oracle will not update
java -versionsymlinks or addjavato your path. To do this, you must install the JDK.
아래 스크린샷과 지침은 Java 8 업데이트 65(8u65)에 해당합니다. 다른 버전을 설치하는 경우 버전 번호를 적절하게 변경하십시오. 예: Java 8 업데이트 60(8u60)의 경우 다운로드할 파일은 jre-8u60-macosx-x64.dmg입니다. Jre-8u65-macosx-x64.dmg 파일을 다운로드합니다. To install the JRE on an macOS platform: Download the JRE.dmg file, jre-10.interim.update.patchosx-x64bin.dmg. Before the file can be downloaded, you must accept the license agreement. From either the browser Downloads window or from the file browser, double-click the.dmg file to launch it. Now see how to download and install JDK 8 & JRE in Mac OS without any confusion. The Java SE Development Kit 8 has many releases from JDK 8 to JDK 8u241. Here in this blog we will see the installation of JDK 8u241 on MacOS 10.15 Catalina. Before you can enable Java with Mac, you may need to verify and download it first. If Java is not enabled by default after you download and install it on your Mac, it might need to be manually enabled. To do so, launch the Java Control Panel on your Mac (Apple menu System Preferences Java). Double-click the Java icon in System Preferences.
8/10 (28 votes) - Download Java Mac Free. Provide your Mac with support for Java applications. Both if you use these programs as well as if you develop them, you have to download Java free for Mac. Java is a programming language developed by Sun Microsystems in the 90's, that nowadays is.
This article shows you how to install Java on Mac OSX, and also how to do Java/JDK version switching.
Tested with
- Mac OS 10.15.3
- JDK 8, 9, 10, 11, 12, 13 (AdoptOpenJDK)
Note
On Mac OSX, Java should installed in this folder; it is Mac’s standard.
We will show you two ways to install Java JDK on Mac, via the popular Homebrew package manager and manually installation.
1. Homebrew
1.1 Install Homebrew and update it.
1.2 Add adoptopenjdk/openjdk.
1.3 Find all available JDK.
The output may vary.
1.4 Java 8, 9, 10, 11, 12, 13, choose one to install.
This example will install Java 8 and 11 for testing.
1.5 Where Java is installed? /usr/libexec/java_home -V
Homebrew will install the JDK at folder /Library/Java/JavaVirtualMachines/, and this folder is Mac’s standard folder for Java installs.
1.6 Test it, by default, Mac takes the highest version.
1.7 How to do version switching? Refer to below 3. version switching

2. Manual installation
The example shows you how to download the early access JDK 14 and install it on Mac OSX.
Java legacy se 6 runtime download mac. Get Apple Java and install legacy Java 6 runtime on your Mac. The software package works with OS X 10.7 through macOS 10.13. Apr 04, 2015 How to Fix when you have Java SE 6 Runtime Issue on Mac OSx Yosemite. Click the link below to get redirected to MAC support page to download the Java. Java SE 6 Downloads. Go to the Oracle Java Archive page. Thank you for downloading this release of the Java TM Platform, Standard Edition Development Kit (JDK TM).The JDK is a development environment for building applications, applets, and components using the Java programming language.
Steps
- Download JDK.
- Puts the JDK folder at
/Library/Java/JavaVirtualMachines. - Export
JAVA_HOME.
2.1 Download the early access JDK 14 from the OpenJDK website.
2.2 Extracts tar file to /Library/Java/JavaVirtualMachines
2.3 Export JAVA_HOME.
Find out where is JDK 14.
Create or edit the existing ~/.bash_profile with a text editor. Microsoft word 2013 free. download full.
Export JAVA_HOME, save and exit.
Reflect the changes
2.4 Test it.
3. Version Switching
In this tutorial, we installed the Java 8 and Java 11 via Homebrew (Step 1), and Java 14 manually (Step 2), so this Mac has three versions now. And the Mac is using the JDK 14.
Note
There are tools like jEnv to manage the Java version switching, but I prefer to manage with export JAVA_HOME manually, it’s simple and easy to understand, no black box magic.
3.1 Create or edit the existing ~/.bash_profile with a text editor like vim or nano, export JAVA_HOME to the specified JDK we want to use on Mac.
The above changes will make JAVA_HOME point to JAVA 8.
3.2 Reflect the changes.
Done.
Jre 8 Mac
If we want to switch JDK version again, update the ~/.bash_profile and export JAVA_HOME to other JDK version.