View Single Post
Old 12-20-2020, 02:08 PM   #418
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,902
Karma: 169810634
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by jennie2486 View Post
To check Java I run and receive:
Code:
java -version
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 View Post
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\;'

Last edited by DNSB; 12-20-2020 at 02:16 PM. Reason: Added question about path variable
DNSB is offline   Reply With Quote