On OS X (10.6.8) and in terminal:
java -version
returns
java version "1.6.0_65"
Is this actually Java 6?
I'm guessing that the version of Java in 10.6.8 is at least relatively current.
I'm asking because of planning to install jMeter.
On OS X (10.6.8) and in terminal:
java -version
returns
java version "1.6.0_65"
Is this actually Java 6?
I'm guessing that the version of Java in 10.6.8 is at least relatively current.
I'm asking because of planning to install jMeter.
Starting from Java 1.2, Java started being called by the number after the decimal point. So, Java 1.2 was Java 2 and kept that name until version 1.5 at which point it was called Java 5. Then, 1.6.x was called Java 6.
1.7.x is called Java 7.