+ 1
How do I know what version of JDK is installed in my PC ?
How can I know my JDK version. I already have Java Installed in my PC. But, I don't know what version of JDK is installed. My computer is Windows 7 32 bit.
6 Answers
+ 5
https://www.sololearn.com/post/450137/?ref=app
According to this post your JDK version is 1.8
+ 2
open command prompt (cmd.exe) and type following command :
java -version
+ 1
But, I still don't understand my JDK version..
You can look at my posts and tell me what's my JDK version
+ 1
That means Java 1.11.0 is Java 11 ( or JDK 11)
0
Does that mean that I have JDK 8
0
Open cmd and write the following:
Java -version;