Search results
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.
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.
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.
- 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.
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.
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.
People also ask
How do I know if Java is installed on Windows 10?
Which version of Java is installed?
How to check Java version from Windows Command Prompt?
How do I know what version of Java I have installed?
Where can I find a Java version of Oracle?
How do I find out where Java is installed?
Aug 30, 2024 · Overview. In this short tutorial, we’re going to take a look at a few ways to determine if Java is installed on a machine. 2. Command Line. First, let’s open a command window or terminal and enter: > java -version. If Java is installed and the PATH is configured correctly, our output will be similar to: java version "1.8.0_31"