## Check Your Java Version Graphically
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.
PaperScan Professional: PaperScan Scanner Software is a powerful TWAIN & WIA scanning application centered on one idea: making document acquisition an unparalleled easy task for anyone.
Here, you’ll see your current Java version listed in the first line.
With Screensaver Wonder you can easily make a screensaver from your own pictures and video files. Create screensavers for your own computer or create standalone, self-installing screensavers for easy sharing with your friends. Together with its sister product Screensaver Factory, Screensaver Wonder is one of the most popular screensaver software products in the world, helping thousands of users decorate their computer screens quickly and easily.
If you don’t see About Java in the Start menu, search for “Configure Java” instead and click it. Then click “About” to see your Java version.
If you don’t see either the About Java or Configure Java tools, you likely don’t have Java installed. You can download it from Oracle’s official website.
Check Your Java Version Using the Command Prompt You can check your Java version from the Command Prompt, too.
To begin, open the Start menu, search for “Command Prompt,” then click the “Command Prompt” shortcut in the search results.
When the Command Prompt opens, type the following command at the prompt and press “Enter.”
java -version
You’ll see “java version” and some numbers next to it. These numbers are your Java version.
If the Command Prompt says that Java is not recognized as an internal or external command, that’s probably because the system variables are not properly set—or perhaps because you don’t have Java installed. Reinstall Java on your PC and this should fix the issue for you.
Check Your Java Version Using PowerShell Checking your Java version in PowerShell is basically the same as Command Prompt. First, open the Start menu and search “powershell,” then click the top result to launch PowerShell.
Type java -version into the window and hit Enter. Information about your Java version will be dispayed below.
Information about Java displayed in PowerShell.
It is important to note that this only shows you the version of Java you have on your system PATH . It is possible to have multiple versions of Java installed concurrently, but this command will only display one.
If you use Ubuntu alongside Windows, there’s a command that you can use to check whether Java is installed on your Ubuntu-based computer . And if it’s not, you can install it fairly easily.