Example value: /Library/Java/JavaVirtualMachines/jdk-17.0.2.jdk/Contents/Home
This environment variable specifies where the JDK is installed.
According to Oracle documentation, the JDK Installation path is:
Code Block |
---|
/Library/Java/JavaVirtualMachines/jdk-<interim.update.patch>.jdk/Contents/Home |
In case of Linux, it is recommended to use an opt pathFor example:
Code Block |
---|
/opt/jdk-<interim.update.patch>.jdk |