Jire / Charlatano

Proves JVM cheats are viable on native games, and demonstrates the longevity against anti-cheat signature detection systems
GNU Affero General Public License v3.0
676 stars 204 forks source link

build failed #605

Open auserthatistrash opened 6 years ago

auserthatistrash commented 6 years ago

Task :compileKotlin FAILED

FAILURE: Build failed with an exception.

BUILD FAILED in 1s 1 actionable task: 1 executed Press any key to continue . . .

any idea how i can fix this? how do i change gradle to use JDK and not jre?

antonygr82 commented 6 years ago

for me the same .... if there is any solution please contact me !

BedoEbied commented 6 years ago

Same problem here, I think it's with java version

antonygr82 commented 6 years ago

i have installed all java versions nothing helped

Jire commented 6 years ago

Consider downloading the pre-built version: https://github.com/Jire/Charlatano/releases/download/1.0.8/Charlatano.1.0.8.zip

thiagocard commented 6 years ago

Your gradle uses environment variables to determine whether java should be used. Set your JAVA_HOME to the JDK installation folder and try again.

AngeHerman commented 4 years ago

Go visit this page, it worked for me

https://wajahatkarim.com/2018/06/gradle-doesnt-run-because-it-cant-find-tools.jar-in-jre/