About 226,000 results
Open links in new tab
  1. How do I check what version of Java I have installed?

    Jun 20, 2017 · I want to check what version of Java is installed on my PC before installing the latest Java update. How can I do this?

  2. What is command to see all java versions installed on linux?

    The update-java-alternatives script/program is no longer installed on my Ubuntu 14.04 system. What's installed now is alternatives. What I use now to get a specific alternatives java path is: alternatives - …

  3. Why is java -version returning a different version to the one defined ...

    Jan 30, 2015 · From Java version 8 onward the installer is adding 'C:\ProgramData\Oracle\Java\javapath' to the PATH variables. So you can remove this and use your …

  4. Java installed, but "java -version" showed nothing, why?

    Aug 2, 2011 · I just bought a Win 7 PC, installed jdk1.6 and Netbeans, NB works fine, but when I did "java -version" in a command prompt, it can't find java, why ? How to fix it ?

  5. What Version Of JAVA JRE do I have? - Super User

    Oct 10, 2013 · Name Publisher Installed On Size Version Java(TM) 6 Update 29 Oracle 10/10/2013 97.0 MB 6.0.290 The Question: Do I have a Java JRE that's good enough ? For that matter, how do I find …

  6. windows 7 - how to get java version in batch and echo something if ...

    Aug 18, 2021 · how to get java version in batch and echo something if empty out or not Ask Question Asked 4 years, 3 months ago Modified 4 years, 3 months ago

  7. remote - How to check Java version remotely - Super User

    Oct 9, 2017 · How can I check the Java version installed on a remote computer that I can't remote on? It's being used by someone so I can only check by \\computer-name\c$\...

  8. Wrong java -version being reported - Super User

    Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode) How is this the case when there is no reference to this version of Java in my Environment variables.

  9. How to detect java by cmd, after installing it, without restarting the ...

    Aug 25, 2022 · This is a simple problem. Java is not in your path in the first instance, it is in the second. where java has NOTHING to do with anything but your path not getting refreshed. When you …

  10. On Windows, why java -version return Error: opening registry key ...

    Dec 9, 2018 · 3 I came across same issue, how to check: open cmd, execute "where java" (without quote) you should see more than one output of the java path, one of it should be the one you set …