Java version?
How can I find out what Java version I have on this iMac?
iMac, macOS 10.13
How can I find out what Java version I have on this iMac?
iMac, macOS 10.13
In Terminal use...
java -version
The output should display the Java version installed on your MacOS...
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-468)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-468, mixed mode)
In Terminal use...
java -version
The output should display the Java version installed on your MacOS...
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-468)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-468, mixed mode)
Terminal came back with:
"No Java runtime present, requesting install."
All according to Steve Jobs wish.
Thanks for the reply.
OK, take care my friend! :)
Java version?