Yahoo Web Search

Search results

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

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

  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

  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.

  5. Feb 3, 2024 · Identify Java version on Windows 11 or 10. We are assuming that you already have the JDK installed on your Windows system, hence run the given command and you will get the output revealing the currently installed version of Java on your Windows system.

  6. Jan 28, 2020 · To check which version of Java you have on your Windows computer, you'll need to open the Command Prompt app. If you don't have the latest version of Java installed, Windows may...

  7. People also ask

  8. The first number in Java version represents the major version and the second number represents the release. Java provides -version option to find the current Java version. There are following ways to find the Java version in Windows: Using Command Prompt. Using Java System Class. Using Control Panel.

  1. People also search for