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

    Jun 20, 2017 · Scroll down the list of programs until you find the most recently installed version of Java Terminal ( MacOS ) In the Finder , search for Terminal and launch Terminal.app

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

    Oct 9, 2017 · How to check Java version remotely. Ask Question Asked 14 years, 10 months ago. Modified 7 years, 7 months ...

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

    Oct 10, 2013 · That said, to check which versions are available, open your control panel, and search for java. Open the Java Control Panel, and one of the tabs will be the list of JRE's that …

  4. Why is java -version returning a different version to the one …

    Jan 30, 2015 · For me on win 10, javac -version showed java7 and java -version showed java8.Doing "where java" on command prompt showed java at three locations. I had to remove …

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

    Mar 21, 2013 · I know about java -version. I don't care what version I'm currently running. I care what other versions are installed on my linux box. If it's another java -* command I didn't see it …

  6. How to change Java version on Windows 10 - Super User

    Mar 26, 2016 · After reviewing the other recommendations, I still found Windows 10 to be running the wrong version of Java. The correct version of Java ran in a command shell, but Windows …

  7. Store $ (java -version) into a bash variable - Super User

    Dec 12, 2018 · var=$(java -version 2>&1) If you want to get the version only and not all the output of the java -version command, more convinient for scripting for example, you can use …

  8. 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 ? Edit : I thought …

  9. How to point to JRE home in DBeaver.ini - Super User

    Jun 15, 2017 · Edit: Specify the -vm argument after the -startup and -launcher.library arguments but before -vmargs.Additionally the path to the JRE should be on the line after -vm without the …

  10. Changing current version of Java within Windows - Super User

    Mar 24, 2011 · Since Java supports a -version command line option, you can use it to select a specific version to run, e.g.: java -version:1.7 -jar [path to jar file] will run a jar application in …

Refresh