
If your JAVA_HOME java does not have correct registry entry you won't see it in the powershell output. That is the key under which you will find it in the registry.įor example you will find in registry for key: 34E43632-93E0-411C-BC2F-BB6F7A86307F the following info:Īnd that is what powershell sees. Plus, get answers to your FAQ about Java development and download Java JDK 8 and Java 11. Notice the IdentifyingNumber column ( Java Configuration Set 1.0 EN). OpenLogic provides free OpenJDK Java downloads for OpenJDK 8 and OpenJDK 11.

PS C:\Users\bhatsubh> Get-CimInstance -ClassName Win32_Product | Where-Object Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode) Java(TM) SE Runtime Environment (build 1.8.0_131-b11) So i tried the below two commands : PS C:\Users\bhatsubh> java -version I want to find out the different java versions installed in my machine and un- install a few version nos if needed.
