I am working on Mac Ventura 13.3.1a. I am using JDK 15.02 and defining the JAVA_HOME in .zshrc as like this
export JAVA_HOME=$(/usr/libexec/java_home -v 15.0.2)
Every thing is working fine. With the new Changes in the Oracle JDK Installers (JDK 17, 11, and 8) what is the best means of installing a new JDK like JDK 17 or higher, while I have been using JDK 1.15.02, right now. Would it be downloading and running .dmg file or zip file and unzipping it in your convenient folder, which I am doing right now. ?