Reputation: 69
I'm trying to upgrade my jre. I've downloaded jre-8u121-macosx-x64.dmg and installed it.
When I check my java version on system preference, it is correct, like this:
However, when I check my JRE version on my terminal, it still shows that the Java version is 1.6, like this:
So what should I do to upgrade my JRE correctly?
Upvotes: 1
Views: 194
Reputation: 111142
You must install the full JDK version of Java 8 - 'jdk-8u121-macosx-x64.dmg'.
On macOS the JRE only installs support in the browser.
Upvotes: 2