Table of Contents
This updated guide examines How to Determine Java Version and organizes the essential facts, background, and practical takeaways in clear American English.
Method 1
Verifying Online
Open a new window in your web browser and clickhereto navigate to Java's website. Oracle, the makers of Java, have provided an easy page that will check your Java installation and report the exact version you're running. This can be done from any operating system.
Click the "Verify Java Version" button to get started.
If prompted by your browser's security program, allow Java to confirm your version.
After a few seconds, check the results! This will include the Version number as well as the Update number. The version number is most important if you're checking for compatibility with other programs.
Method 2
Windows
- Hold down?Winand pressR. This should bring up a small window.

- Typecmdinto the box and the pressOK.

Wait for a black window with white text to appear on your screen. This is called a "console window."
Typejava -versionin the console window and press?Enter.
See what version you have. If Java is installed on your computer, the output will be listed in the console.
- You can tell what version of Java you have by looking at the number after the "1." in the first line of the console output. In this example, the user has Java 8 installed.

- If Java is not installed on your computer, the output will contain an error message similar to this one:'java' is not recognized as an internal or external command, operable program or batch file.

- You can tell what version of Java you have by looking at the number after the "1." in the first line of the console output. In this example, the user has Java 8 installed.
Method 3
Mac OSX
Open the Hard Drive, located on the Desktop OR you may click finder menu to open Applications.
With the Hard Drive open, go into Applications, then into Utilities.
With Utilities open, open the Terminal and type in "java -version", then retrieve the current java version
Method 4
Linux
Start a terminal window with the terminal window open type in "java -version"
- This should return something like Java(TM) 2 Runtime Environment, Standard Edition (build 1.6) If it returns -bash: java: command not found This means that either it is not installed or you haven't set up your paths properly
Use this freely available Internet tester provided by Java[1]XResearch sourceand click the test java version button. Go to Verify Java and Find Out-of-Date Versions .[2]XResearch source
- With Firefox 3 go to Tools Add-ons button and go to the Plug-ins tab.
- With Firefox 2 or 3: In Firefox versions 2 and 3, enter in the address bar: about:plugins. If Java is installed there will be multiple Java entries.
- With Internet Explorer 7 or 8 go to Tools select Internet Options in the General tab click on the Browsing History Settings button and select the View Objects button right click on an ActiveX control and get its properties. Each ActiveX control has a "code base" and for each of the Java entries it will display the version number.
FAQ
What is How to Determine Java Version about?
It provides a structured overview of java, explains the main context, and highlights practical takeaways for readers.
Why does this topic matter?
Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.
How should readers use this information?
Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.
Reader Comments 0
Sign in with email or Google to join the discussion.