Here’s a quick guide to show the use of “java -version” command to check the current JDK version that is installed on your computer.
1. Open your Command prompt in Windows or terminal in *nix.
2. Type “java -version“.
In this case,JDK "1.7.0_04" is installed.
0 comments: