Sunday 24 February 2019

java - /usr/libexec/java_home does not report all installed jdks

After installing the latest 1.7.0_45 jdk the /usr/libexec/java_home tool does not show it on the list.
I have searched a lot why this could happen, but failed.




The tool shows only the default 1.6 installation provided by Apple.



Can you guys try to help with that?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...