Copilot
Your everyday AI companion
About 17,100,000 results
Open links in new tab
  1. Windows 10

    1. Click the Start button
    2. Scroll through the applications and programs listed until you see the Java folder
    3. Click on the Java folder, then About Java to see the Java version
    www.java.com/en/download/help/version_manual.html
    www.java.com/en/download/help/version_manual.html
    Was this helpful?
  2. People also ask
  3. How to Check Your Java Version on Windows 10 - How-To Geek

  4. Different Ways To Check Java Version In Windows

  5. How to Check Your Java Version on Windows 11 - How-To Geek

  6. java - How do I find where JDK is installed on my windows …

    Code sample

    reg query %KEY% /v %VALUE% 2>nul || (
      echo JRE not installed
      exit /b 1
    )
    set JRE_VERSION=...
  7. How to Check the Java Version at the Windows …

    WebApr 9, 2024 · No matter which version of Windows you're using, you can type "java -version" into the command prompt (cmd) to see the version number of your Java installation. This wikiHow article will teach you how …

  8. How to Check Java Version in Windows 10 & 11

    WebKey takeaway: Open Windows Terminal and run the java -version command. It will immediately show the currently installed Java version in Windows. Right-click the Start menu. Choose the “ Terminal ” option. …

  9. How to Check Which Java Version You Have in …

    WebJan 28, 2020 · 1. Type "Command Prompt" into the search bar next to your Start menu, and click on it when it appears in the search results. Search for "Command Prompt" and click to open. Melanie...

  10. How to check Java version - CodeJava.net

    WebAug 26, 2019 · To check the version exactly, you need to go to the bin directory of a JDK/JRE installation, for example: cd C:\Program Files\Java\jdk1.8.0_201\bin. And type the java –version command. …

  11. How do I check what version of Java I have installed?

  12. Some results have been removed