MAC OS: No Java Runtime present,requesting to install " gets displayed in terminal
Even after installing Java on MAC , while i run java, i got hit with following error: No Java Runtime present,requesting to install.
Solution:
After installing openjdk with brew ($ brew install openjdk) and Please run " brew info openjdk".
Install on Java on MAC |
For the system Java wrappers to find this JDK, symlink it with:
sudo ln -sfn /usr/local/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
No comments