Yahoo Canada Web Search

Search results

  1. Sep 22, 2024 · This wikiHow article will teach you how to use the command prompt to find out which version of Java (or the Java compiler) is installed on Windows 10, 11, and earlier versions. Open Command Prompt, type java -version, then press Enter.

  2. Oct 29, 2020 · java -version // CMD/Terminal command to check java version on the machine. In the case of Windows OS: It is showing java is installed on the machine with version 1.8.0 (See carefully at line number 5) “1.8.0_144” is the version of the java.

    • what is a java version command1
    • what is a java version command2
    • what is a java version command3
    • what is a java version command4
    • what is a java version command5
  3. Jan 8, 2024 · You can check your Java version graphically by searching for "About Java" or "Configure Java" in the Start menu and clicking the top result. If you want to check your Java version in a command-line interface, open Command Prompt or PowerShell, then enter "java -version" in the console.

    • what is a java version command1
    • what is a java version command2
    • what is a java version command3
    • what is a java version command4
  4. Sep 11, 2024 · In the Command Prompt window, type java -version and hit Enter. This command asks your system to display the installed Java version. It’s as simple as that—just these few characters will give you the information you need.

  5. Aug 22, 2024 · To check your Java version in Windows 10 using CMD, you’ll open the Command Prompt and type a specific command to display the version of Java installed on your system. This quick action will give you the information you need about your Java installation. Follow the steps below to get it done.

  6. When launching a Java application through the command line, the system uses the default JDK. It is possible for the version of the JRE to be different than the version of the JDK. You can determine which version of the JDK is the default by typing java -version in a Terminal window.

  7. People also ask

  8. Aug 26, 2019 · > How to check Java version. Details. Written by Nam Ha Minh. Last Updated on 26 August 2019 | Print Email. This article describes some ways which you can use to check version of Java on your Windows computer. More exactly, the version of Java Runtime Environment (JRE) or Java Development Kit (JDK).

  1. People also search for