Java Version CMD
To check the version of Java installed on your system using the Command Prompt (CMD), you can use the java
command with the -version
option. Here’s how you can do it:
Open Command Prompt:
- On Windows, press
Win + R
, typecmd
, and press Enter to open the Command Prompt.
- On Windows, press
Check Java Version:
- In the Command Prompt, type the following command and press Enter:
java -version
- In the Command Prompt, type the following command and press Enter:
View Java Version Information:
- The command will display information about the Java version installed on your system, including the version number and other details.
Example output:
scssjava version "1.8.0_311"
Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)
The first line shows the Java version, in this case, “1.8.0_311.”
This command will work if Java is properly installed and configured on your system and if the java
command is included in your system’s PATH environment variable. If Java is not installed or not configured correctly, you may need to install it or set up the PATH variable accordingly.
Demo Day 1 Video:
Conclusion:
Unogeeks is the No.1 Training Institute for Java Training. Anyone Disagree? Please drop in a comment
You can check out our other latest blogs on Java Training here – Java Blogs
You can check out our Best in Class Java Training details here – Java Training
Follow & Connect with us:
———————————-
For Training inquiries:
Call/Whatsapp: +91 73960 33555
Mail us at: info@unogeeks.com
Our Website ➜ https://unogeeks.com
Follow us:
Instagram: https://www.instagram.com/unogeeks
Facebook: https://www.facebook.com/UnogeeksSoftwareTrainingInstitute
Twitter: https://twitter.com/unogeeks