+5 votes
188 views
Install JAVA JDK on macOS Ventura

in Mac by (551k points)
reopened | 188 views

1 Answer

+3 votes
Best answer

How to install Java JDK on macOS Ventura

Java JDK (Java Development kit) integrates tools with which it is possible to develop, test and monitor programs that have been written in Java and whose execution is carried out on the Java platform, JDK is composed of:

 

Java Tools

 

  • Executables in the bin/ path
  • Configuration files located in conf/
  • C headers in the include/ path
  • Compiled Java modules in jmods/

 

 

java composition
Now, Java is made up of:

 

  • Java Runtime Environment (JRE) , this is already preset with the Java installation
  • JRE, there we find Java Virtual Machine (JVM), in it are different Java core classes and Java platform libraries

 

 

New java version
Currently Java JDK is in version 19 which offers us features such as:

 

  • Unicode 14.0 support
  • New system properties for System.out and System.err
  • Additional date and time formats
  • Binding support for HTTPS channel for Java GSS/Kerberos
  • New methods to create pre-allocated HashMaps and HashSets
  • Support for PAC-RET protection for Linux/AArch64
  • Automatic CDS file generation
  • Updated Windows KeyStore with which local machine location access is integrated
  • Added a -providerPath option to jarsigner
  • New XML processing limits

 

 

 

In this tutorial we will see how to install Java JDK on macOS Ventura..

 

 

To stay up to date, remember to subscribe to our YouTube channel!   SUBSCRIBE ON YOUTUBE

 

 

How to install Java JDK on macOS Ventura

 

 

 

Step 1

The first thing is to go to the Java JDK URL in the following link:

 

 Java JDK

 

image

 

Step 2

We go to the macOS section and there we download the version of macOS DMG:

 

image

 

Step 3

When starting the download we will see the following:

 

image

 

Step 4

We click on "Allow" to proceed with the download of Java JDK:

 

image

 

step 5

We hope it comes to an end:

 

image

 

Step 6

Once downloaded, open the file, double click on the installer in the displayed window:

 

image

 

 

step 7

The Java JDK installation wizard will launch:

 

image

 

step 8

We click Continue to see the following:

 

 

image

 

step 9

We click on "Install" and it will be necessary to enter the system administrator password:

 

image

 

step 10

We click on "Install software" to start the process:

 

image

 

step 11

At the end of the installation we will see the following. We click on "Close" and we will see the following message:

 

image

 

step 12

We click on "Transfer to the trash" to remove the Java JDK installer.

 

image

 

 

step 13

We open the terminal:

 

image

 

step 14

Check the Java version with the command:
 java –version 
image

 

step 15

We see that Java JDK version 19 is used. We go to the menu "Go - Go to the folder":

 

image

 

step 16

We enter "/Library/Java" in the pop-up window:

 

image

 

step 17

We will see the following window. There we find the Java content.

 

 

image

 

step 18

We right click on "JavaVirtualMachines" and select the option "New terminal in the folder":

 

image

 

step 19

This allows the macOS Ventura terminal to open directly in this path, there we create the profile file:
 vim ~/.bash_profile 
image

 

step 20

We enter the Java HOME path:
 export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-"version".jdk/Contents/Home 
step 21

We save the changes by executing:
 : wh! 
image

 

step 22

When exiting we return to the terminal:

 

image

 

step 23

We apply the changes:
 source ~/.bash_profile 
step 24

Then we check the Java path:
 echo $JAVA_HOME 
image

 

This is how to install the Java JDK on macOS Ventura and be able to use its resources.

 


by (3.5m points)
edited

Related questions

+3 votes
1 answer
asked Nov 6, 2020 in Linux / Unix by backtothefuture (551k points) | 758 views
+3 votes
1 answer
asked Oct 26, 2020 in Windows 10 by backtothefuture (551k points) | 406 views
+4 votes
1 answer
asked Nov 3, 2022 in Mac by backtothefuture (551k points) | 62 views
+4 votes
1 answer
asked Nov 2, 2022 in Mac by backtothefuture (551k points) | 64 views
+5 votes
1 answer
asked Nov 2, 2022 in Mac by backtothefuture (551k points) | 63 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users