Page 1 of 1

How can I find the java executable?

Posted: Fri Mar 17, 2023 10:47 am
by Cryorett
I'm trying to access the client but I need to set a path to java.exe, so basically I just want to know how to find that.

Re: How can I find the java executable?

Posted: Fri Mar 17, 2023 2:53 pm
by Red Bracket
Do you have Java installed from https://adoptium.net/temurin/releases/?version=11?

Reply

Posted: Sat Mar 18, 2023 6:43 am
by Cryorett
I have the latest version of Java.

Re: How can I find the java executable?

Posted: Sat Mar 18, 2023 8:54 am
by vddCore
C:\Program Files\Eclipse Adoptium\jdk-11.0.18.10-hotspot\bin

alternatively:

https://stackoverflow.com/questions/537 ... -is-jre-11

Re: How can I find the java executable?

Posted: Sat Mar 18, 2023 10:05 am
by Cryorett
Found it, the client works. Thanks a lot!