I have a jre installed installed in my windows.
When I use the command java -version
I get the output -
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode)
I can see only the major version 1.7. How to know which version of JRE update it is ?
b17or theb147?Java(TM) SE Runtime Environment (build 1.7.0-b147)What else you need?