Yahoo 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. 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 · Depending upon the operating system methods there are several methods to find the version of Installed JAVA on your Machine: Let us discuss 3 standard methods in Windows. User needs to open Command Prompt and enter- ‘java -version’. Open control panel and lookup for 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. Windows 10 users can open PowerShell or Command Prompt from the Start menu if the Terminal is unavailable. In the terminal window, run the java -version command. The terminal window will show the currently installed Java version as soon as you do that. In my case, it is version 1.8.0_351.

    • 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
  5. 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.

  6. People also ask

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