Showing posts with label java11. Show all posts
Showing posts with label java11. Show all posts

29 April 2019

Where Azul Java is installed on Mac OS?

If you are not Apple acolyte but just a person who is using Mac for development, you may wonder where Azul Java is installed?

Answer is ....

JDK 11
/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home

JDK 12
/Library/Java/JavaVirtualMachines/zulu-12.jdk/Contents/Home

I think you got pattern :)