Install JDK in MacOS: Difference between revisions
Jump to navigation
Jump to search
Created page with "==References== * [https://www.java.com/en/download/help/mac_uninstall_java.html Uninstall Oracle Java using the Terminal] * [https://stackoverflow.com/questions/51780530/ Unin..." |
No edit summary |
||
| Line 1: | Line 1: | ||
/usr/libexec/java_home -V | |||
==References== | ==References== | ||
* [https://www.java.com/en/download/help/mac_uninstall_java.html Uninstall Oracle Java using the Terminal] | * [https://www.java.com/en/download/help/mac_uninstall_java.html Uninstall Oracle Java using the Terminal] | ||
* [https://stackoverflow.com/questions/51780530/ Uninstall the Java JDK from macOS] | * [https://stackoverflow.com/questions/51780530/ Uninstall the Java JDK from macOS] | ||
Revision as of 16:44, 3 January 2021
/usr/libexec/java_home -V