About 15,200,000 results
Open links in new tab
  1. How to Check Java Version in PowerShell: A Simple Guide

    Discover how to check java version in PowerShell effortlessly. This concise guide unveils quick methods to retrieve your Java version with ease.

  2. How to get the Java version in PowerShell - Stack Overflow

    Sep 19, 2013 · I have been using Get-Command to get Java version on PowerShell 5.1. Get-Command java | Select-Object Version This returns an object. If you want a string instead, …

  3. How to Check or Update Java Version in Windows with PowerShell?

    Oct 13, 2020 · You can check Java version installed on your computer using PowerShell. You can just check the version of the executable file java.exe (the path to it is set in the environment …

  4. Get Java version from PowerShell of remote server

    From my research it has to do with the MaxMemoryPerShellMB that is set for a remote PowerShell session. On some servers it is set to 150, on some it's 1024. So sometimes I can …

  5. How to Check Java Version Using PowerShell - CodingTechRoom

    Run the command `java -version` in the PowerShell window to check for Java installation and version. If the command does not work, ensure that Java is installed and the PATH variable …

  6. Understanding what java version is installed in windows machine

    Oct 13, 2017 · With java -version you should see what you have in your JAVA_HOME in your shell e.g. C:\Program Files\Java\jdk1.8.0_92. The powershell queries all instances found at …

  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$\... You can go to …

  8. How to Check Your Java Version on Windows 10 - How-To Geek

    If you want to check your Java version in a command-line interface, open Command Prompt or PowerShell, then enter "java -version" in the console. Some apps require you to run a certain …

  9. PowerShell script to locate Java on Windows, optionally sets JAVA

    Feb 5, 2025 · Locates Java versions and optionally sets JAVA_HOME and JRE_HOME. The Find-Java function uses PATH, JAVA_HOME, JRE_HOME and Windows Registry to retrieve …

  10. How do I check what version of Java I have installed?

    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 …

  11. Some results have been removed
Refresh