Yahoo Canada Web Search

Search results

    • How to check Java version - CodeJava.net
      • More exactly, the version of Java Runtime Environment (JRE) or Java Development Kit (JDK). If you have OracleJDK installed on your computer, simply click menu Start, type about java into the search area, then click the About Java icon in the result.
      www.codejava.net/java-core/how-to-check-java-version
  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.

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

  4. Multiple copies of Java can be installed on a single computer, and, if you have more than one browser, every one of them could be using a different version or none at all. You can determine your Java version by verifying it on the Java...

  5. Sep 11, 2024 · Checking the Java version on your Windows 11 computer is a simple task that can be done using the Command Prompt. This guide will show you how to find out which version of Java is installed on your system. It’s quick, easy, and requires just a few steps to complete.

  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