This message was deleted.
# community-support
s
This message was deleted.
c
Two options: -ensure you have installed, and Gradle is using, a Java JDK (not JRE); -use the Java toolchain support in Gradle to provide an appropriate JDK;
o
thanks for responding chris! Im a total noob at this. Im using expo and react-native so I havent set anything gradle related up myself. Do you mind walking me through setting up toolchain support in gradle?
c
No worries. This should get you going: https://docs.gradle.org/current/userguide/toolchains.html
o
ok im a dum dum, i just needed to download java 11. Thanks!