I have installed java open jdk latest version with homebrew with the following command:
brew install openjdk
I try to to check installed versions with the command
/usr/libexec/java_home -V
Nothing showing.
And the command java -version
also showing :
No Java runtime present, requesting install
Where is my java ? How can I see installed version and use it and see it with java -version
command