Back to Homepage
Wednesday 7 August 2024
14

How to check Java version in CMD

Want to know how to check the Java version installed on your Windows PC? Follow these simple steps to verify it using the Command Prompt (CMD):

1. Open Command Prompt:

  • Press Win + R, type cmd, and hit Enter.

2. Enter the Command:

  • Type java -version and press Enter.

3. Check the Output:

  • The installed Java version will be displayed, e.g., java version "1.8.0_271".
Hashtags:
cmd java
Share:
Created by:
Author photo

Jorge García

Fullstack developer