Search results
Oct 29, 2020 · 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. Directories method- Click the Menu ‘Start’ and typing About.java or readme file. Taking one by one, showcasing in-depth individually.
Jan 8, 2024 · If you prefer to avoid the command line, you can use the About Java utility to find the installed Java version. To use this method, open the "Start" menu, search for "About Java," then click the first result.
- 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.
Sep 11, 2024 · This will open a new Command Prompt window, which you’ll be using to check your Java version. Step 4: Type the Command. In the Command Prompt window, type java -version and hit Enter. This command asks your system to display the installed Java version. It’s as simple as that—just these few characters will give you the information you need.
Aug 22, 2024 · Step 2: Type the Version Command. In the Command Prompt window, type java -version and press Enter. By typing this command, you’re instructing the system to display the current Java version installed on your machine. Step 3: Read the Output. Look at the output in the Command Prompt window. It will display the Java version. You’ll see ...
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 to check Java version Windows 10?
How to check Java version from Windows Command Prompt?
How do I See my Java version?
Where can I find a Java version of Oracle?
How do I Check my Java version in PowerShell?
Which version of Java is installed?
Aug 7, 2024 · Open Command Prompt: Press Win + R, type cmd, and hit Enter. 2. Enter the Command: Type java -version and press Enter. 3. Check the Output: The installed Java version will be displayed, e.g., java version "1.8.0_271". 👇🏻 Learn how to check the Java version on your Windows PC using Command Prompt in just a few easy steps.