Java jdk download mac os

Java Development Kit for Mac

Java JDK 17 LATEST

Java Development Kit for Mac 2021 full offline installer setup for Mac

Java Development Kit for Mac (also known as JDK) is a highly professional cross-platform SDK platform created and regularly supported by Oracle Corporation.With a goal of providing specific implementation of Java SE, Java EE and Java ME platforms developers from all around the world use it. Because of its strong development support, this SDK package represents the most popular and widely used Java SDK platform for creation of both enterprise projects and open-source projects of all sizes. Popularity of Java Development Kits present not only because of the absolutely astonishing set of tools, services and features that this package offers, but also because in late 2006 Oracle released this SDK under the GNU General Public License, making it free for everyone.

Java Development Kit for macOS (often described by Oracle as an “extended” package that expands upon the normal tools that could be find in Java SE Development Kit) hosts wide variety of tools for streamlined developing, debugging, testing, and monitoring of Java applications. The core of the package consists from more than 30 individual tools and service which can effortlessly control every aspect of Java application development, from the concept phase to the final deployment to the end-users.

Contents of the JDK:

Development Tools
(In the bin/ subdirectory) Tools and utilities that will help you develop, execute, debug, and document programs written in the JavaTM programming language.

Runtime Environment
(In the jre/ subdirectory) An implementation of the Java Runtime Environment (JRE) for use by the JDK. The JRE includes a Java Virtual Machine (JVM), class libraries, and other files that support the execution of programs written in the Java programming language.

Additional Libraries
(In the lib/ subdirectory) Additional class libraries and support files required by the development tools.

Demo Applets and Applications
(In the demo/ subdirectory) Examples, with source code, of programming for the Javaplatform. These include examples that use Swing and other Java Foundation Classes, and the Java Platform Debugger Architecture.

Sample Code
(In the sample subdirectory) Samples, with source code, of programming for certain Java API’s.

C header Files
(In the include/ subdirectory) Header files that support native-code programming using the Java Native Interface, the JVM Tool Interface, and other functionality of the Javaplatform.

Источник

Java jdk download mac os

The following are the system requirements for installing the JDK on macOS:

Any Intel-based computer running macOS.

You cannot install Java for a single user. Installing the JDK on macOS is performed on a systemwide basis for all users. Administrator privileges are required to install the JDK on macOS.

Determining the Default JDK Version on macOS

When starting a Java application through the command line, the system uses the default JDK.

You can determine which version of the JDK is the default by entering java -version in a Terminal window. If the installed version is 15 Interim 0, Update 0, and Patch 0, then you see a string that includes the text 15 . For example:

To run a different version of Java, either specify the full path, or use the java_home tool. For example:

$ /usr/libexec/java_home -v 15 —exec javac -version

Читайте также:  Астра линукс уровни доступа

Installing the JDK on macOS

  1. Download the JDK .dmg file, jdk- 15 . interim.update.patch _osx-x64_bin.dmg from Java SE Downloads page.

Click Accept License Agreement .

Uninstalling the JDK on macOS

Do not attempt to uninstall Java by removing the Java tools from /usr/bin . This directory is part of the system software and any changes will be reset by Apple the next time that you perform an update of the OS.

  1. Go to /Library/Java/JavaVirtualMachines .
  2. Remove the directory whose name matches the following format by executing the rm command as a root user or by using the sudo tool:

For example, to uninstall 15 Interim 0 Update 0 Patch 0:

$ rm -rf jdk- 15 .jdk

Installation FAQ on macOS Platform

This topic provides answers for the following frequently asked questions about installing JDK on macOS computers.

1. How do I find out which version of Java is the system default?

When you run a Java application from the command line, it uses the default JDK. If you do not develop Java applications, then you do not need to worry about this. See Determining the Default JDK Version on macOS.

2. How do I uninstall Java?

3. After installing Java for macOS 2012-006, can I continue to use Apple’s Java 6 alongside the macOS JDK for Java 15 ?

If you want to continue to develop with Java 6 using command-line, then you can modify the startup script for your favorite command environment. For bash, use this:

$ export JAVA_HOME=`/usr/libexec/java_home -v 14`

Some applications use /usr/bin/java to call Java. After installing Java for macOS 2012-006, /usr/bin/java will find the newest JDK installed, and will use that for all of the Java-related command-line tools in /usr/bin . You may need to modify those applications to find Java 6, or contact the developer for a newer version of the application.

4. What happened to the Java Preferences app in Application Utilities?

The Java Preferences app was part of the Apple Java installation and is not used by Oracle Java. Therefore, macOS releases from Apple that do not include Apple Java will not include Java Preferences.

Источник

Java jdk download mac os

The following are the system requirements for installing the JDK on macOS:

Any Intel-based computer running macOS.

You cannot install Java for a single user. Installing the JDK on macOS is performed on a systemwide basis for all users. Administrator privileges are required to install the JDK on macOS.

Determining the Default JDK Version on macOS

When starting a Java application through the command line, the system uses the default JDK.

You can determine which version of the JDK is the default by entering java -version in a Terminal window. If the installed version is 16 Interim 0, Update 0, and Patch 0, then you see a string that includes the text 16 . For example:

To run a different version of Java, either specify the full path, or use the java_home tool. For example:

$ /usr/libexec/java_home -v 16 —exec javac -version

Installing the JDK on macOS

  1. Download the JDK .dmg file, jdk- 16 . interim.update.patch _osx-x64_bin.dmg from Java SE Downloads page.

Click Accept License Agreement .

Uninstalling the JDK on macOS

Do not attempt to uninstall Java by removing the Java tools from /usr/bin . This directory is part of the system software and any changes will be reset by Apple the next time that you perform an update of the OS.

  1. Go to /Library/Java/JavaVirtualMachines .
  2. Remove the directory whose name matches the following format by executing the rm command as a root user or by using the sudo tool:

For example, to uninstall 16 Interim 0 Update 0 Patch 0:

$ rm -rf jdk- 16 .jdk

Installation FAQ on macOS Platform

This topic provides answers for the following frequently asked questions about installing JDK on macOS computers.

1. How do I find out which version of Java is the system default?

When you run a Java application from the command line, it uses the default JDK. If you do not develop Java applications, then you do not need to worry about this. See Determining the Default JDK Version on macOS.

2. How do I uninstall Java?

Читайте также:  Крякнутый образ windows 10

3. After installing Java for macOS 2012-006, can I continue to use Apple’s Java 6 alongside the macOS JDK for Java 16 ?

If you want to continue to develop with Java 6 using command-line, then you can modify the startup script for your favorite command environment. For bash, use this:

$ export JAVA_HOME=`/usr/libexec/java_home -v 16`

Some applications use /usr/bin/java to call Java. After installing Java for macOS 2012-006, /usr/bin/java will find the newest JDK installed, and will use that for all of the Java-related command-line tools in /usr/bin . You may need to modify those applications to find Java 6, or contact the developer for a newer version of the application.

4. What happened to the Java Preferences app in Application Utilities?

The Java Preferences app was part of the Apple Java installation and is not used by Oracle Java. Therefore, macOS releases from Apple that do not include Apple Java will not include Java Preferences.

Источник

Java Downloads

Looking for other Java downloads?

Java 17 available now

Java 17 LTS is the latest long-term support release for the Java SE platform. JDK 17 binaries are free to use in production and free to redistribute, at no cost, under the Oracle No-Fee Terms and Conditions License.

JDK 17 will receive updates under these terms, until at least September 2024.

Java SE Development Kit 17 downloads

Thank you for downloading this release of the Java™ Platform, Standard Edition Development Kit (JDK™). The JDK is a development environment for building applications and components using the Java programming language.

The JDK includes tools for developing and testing programs written in the Java programming language and running on the Java platform.

Product/file description File size Download
Arm 64 Compressed Archive 170.95 MB
x64 Compressed Archive 172.19 MB
Product/file description File size Download
Arm 64 Compressed Archive 166.72 MB
x64 Compressed Archive 169.24 MB

JDK 17 Script-friendly URLs

The URLs listed above will remain the same for all JDK 17 updates to allow their use in scripts.

Release information

Protect your investment—and more

Java SE subscribers get support for JDK 17, receive updates until at least October 2029, are entitled to GraalVM Enterprise, Java Management Service, and bundled patch releases (BPRs) with fixes not yet available to nonsubscribers, and more.

Java SE subscribers have more choices

Also available for development, personal use, and to run other licensed Oracle products.

Java SE Development Kit 16.0.2

Thank you for downloading this release of the Java™ Platform, Standard Edition Development Kit (JDK™). The JDK is a development environment for building applications and components using the Java programming language.

The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform.

Product/file description File size Download
x64 Compressed Archive 170.64 MB
Product/file description File size Download
ARM 64 RPM Package 144.87 MB
ARM 64 Compressed Archive 160.73 MB
x64 Compressed Archive 170.04 MB
Product/file description File size Download
x64 DMG Installer 166.6 MB
x64 Compressed Archive 167.21 MB
Product/file description File size Download
x64 Installer 150.58 MB
x64 Compressed Archive 168.8 MB

Release information

Java SE Development Kit 11.0.12

Java SE subscribers will receive JDK 11 updates until at least September of 2026.

These downloads can be used for development, personal use, or to run Oracle licensed products. Use for other purposes, including production or commercial use, requires a Java SE subscription or another Oracle license.

Product/file description File size Download
ARM 64 Debian Package 145.98 MB
ARM 64 Compressed Archive 169.92 MB
x64 Compressed Archive 173.86 MB
Product/file description File size Download
x64 DMG Installer 167.69 MB
x64 Compressed Archive 168.19 MB
Product/file description File size Download
SPARC Compressed Archive 184.5 MB
Product/file description File size Download
x64 Installer 151.83 MB
x64 Compressed Archive 171.27 MB

Release information

Java SE Development Kit 8u301

Java SE subscribers will receive JDK 8 updates until at least December of 2030.

The Oracle JDK 8 license changed in April 2019

The Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK 8 licenses. This license permits certain uses, such as personal use and development use, at no cost — but other uses authorized under prior Oracle JDK licenses may no longer be available. Please review the terms carefully before downloading and using this product. FAQs are available here.

Commercial license and support are available for a low cost with Java SE Subscription.

Источник

Java Downloads

Looking for other Java downloads?

Java 17 available now

Java 17 LTS is the latest long-term support release for the Java SE platform. JDK 17 binaries are free to use in production and free to redistribute, at no cost, under the Oracle No-Fee Terms and Conditions License.

JDK 17 will receive updates under these terms, until at least September 2024.

Java SE Development Kit 17 downloads

Thank you for downloading this release of the Java™ Platform, Standard Edition Development Kit (JDK™). The JDK is a development environment for building applications and components using the Java programming language.

The JDK includes tools for developing and testing programs written in the Java programming language and running on the Java platform.

Product/file description File size Download
Arm 64 Compressed Archive 170.95 MB
x64 Compressed Archive 172.19 MB
Product/file description File size Download
Arm 64 Compressed Archive 166.72 MB
x64 Compressed Archive 169.24 MB

JDK 17 Script-friendly URLs

The URLs listed above will remain the same for all JDK 17 updates to allow their use in scripts.

Release information

Protect your investment—and more

Java SE subscribers get support for JDK 17, receive updates until at least October 2029, are entitled to GraalVM Enterprise, Java Management Service, and bundled patch releases (BPRs) with fixes not yet available to nonsubscribers, and more.

Java SE subscribers have more choices

Also available for development, personal use, and to run other licensed Oracle products.

Java SE Development Kit 16.0.2

Thank you for downloading this release of the Java™ Platform, Standard Edition Development Kit (JDK™). The JDK is a development environment for building applications and components using the Java programming language.

The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform.

Product/file description File size Download
x64 Compressed Archive 170.64 MB
Product/file description File size Download
ARM 64 RPM Package 144.87 MB
ARM 64 Compressed Archive 160.73 MB
x64 Compressed Archive 170.04 MB
Product/file description File size Download
x64 DMG Installer 166.6 MB
x64 Compressed Archive 167.21 MB
Product/file description File size Download
x64 Installer 150.58 MB
x64 Compressed Archive 168.8 MB

Release information

Java SE Development Kit 11.0.12

Java SE subscribers will receive JDK 11 updates until at least September of 2026.

These downloads can be used for development, personal use, or to run Oracle licensed products. Use for other purposes, including production or commercial use, requires a Java SE subscription or another Oracle license.

Product/file description File size Download
ARM 64 Debian Package 145.98 MB
ARM 64 Compressed Archive 169.92 MB
x64 Compressed Archive 173.86 MB
Product/file description File size Download
x64 DMG Installer 167.69 MB
x64 Compressed Archive 168.19 MB
Product/file description File size Download
SPARC Compressed Archive 184.5 MB
Product/file description File size Download
x64 Installer 151.83 MB
x64 Compressed Archive 171.27 MB

Release information

Java SE Development Kit 8u301

Java SE subscribers will receive JDK 8 updates until at least December of 2030.

The Oracle JDK 8 license changed in April 2019

The Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK 8 licenses. This license permits certain uses, such as personal use and development use, at no cost — but other uses authorized under prior Oracle JDK licenses may no longer be available. Please review the terms carefully before downloading and using this product. FAQs are available here.

Commercial license and support are available for a low cost with Java SE Subscription.

Источник

Читайте также:  What is happening with windows phone
Оцените статью