Quote:
Originally Posted by jennie2486
To check Java I run and receive:
|
Code:
I find it rather curious that you got the path to the java executable echoed from java -version rather than the version information. What I see is:
Code:
Microsoft Windows [Version 10.0.19042.685]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\Users\David>java -version
java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
C:\Users\David>
Quote:
Originally Posted by jennie2486
I also checked the JAVA_HOME path in terminal and received:
Code:
echo %JAVA_HOME%
C:\Progra~1\Java\jre1.8.0_251\bin\java.exe
|
On my system, I don't have JAVA_HOME set.
Out of curiosity, is the path to the Java executable in your path variable? I have two entries in there, "C:\Program Files (x86)\Common Files\Oracle\Java\javapath;" and "C:\Program Files\Java\jre1.8.0_271\bin\;'