Senin, 20 Februari 2023

How To Check Your Java Version

How To Check Java Version In Microsoft Windows

How to check your installed JRE ( Java Runtime Environment ) version:
  1. open Command Prompt
  2. type java -version to check the JRE ( Java Runtime Environment ) version.
  3. then press Enter on keyboard.
How to check your installed JDK ( Java Development Kit ) version:

  1. open Command Prompt 
  2. type javac -version to check the JDK ( Java Development Kit ) version.
  3. then press Enter on keyboard.

Bibliography:

https://www.java.com/

https://www.bee.id

https://careerkarma.com/

https://docs.oracle.com/

https://www.princeton.edu/ ( university )

Related Post:

Tidak ada komentar:

Posting Komentar

Various Other Posts