Yahoo Canada Web Search

Search results

  1. 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.

  2. Java Version in Windows Programs. The latest version (s) of Java on your system will be listed as Java 8 with an associated Update number (eg. Java 8 Update 111). Older versions may be listed as Java (TM), Java Runtime Environment, Java SE, J2SE or Java 2.

  3. 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.

    • which version of java is installed on my computer1
    • which version of java is installed on my computer2
    • which version of java is installed on my computer3
    • which version of java is installed on my computer4
    • which version of java is installed on my computer5
    • Open Start ('Start' icon). Click the Windows logo in the bottom-left of the taskbar or press the "⊞ Win" key to open the Start menu.
    • Type "command prompt" into Start. As you start typing, search results will automatically start to filter and appear in the Start menu.
    • Click ('Cmd1' icon) Command Prompt. It's the black square icon with a small white "C:\" and should be the first result at the top of the Start menu.
    • Click "Yes". This will allow Command Prompt to access the necessary files to check the Java version.
  4. Oct 19, 2022 · There are plenty of ways to determine what version of Java you have installed, whether you're using Windows 11 or Windows 10. For example, you can usually enter "About Java" in the Start Menu search and click the result to get a Java version.

  5. Want to find the currently installed Java version number? Follow the steps in this article to check the Java version in Windows 10 and 11. Although it is rare, there may be situations when installed programs require a specific Java version.

  6. Jun 20, 2017 · Open CMD (In Windows click Start then type cmd, Command Prompt or PowerShell) and execute the following commands. For multiple java installations: wmic product where "name like 'Java%'" get name, version. For default java installation: java -version. Share.

  1. People also search for