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

 

Gradle doesn't run because it can't find tools.jar in JRE

Today, when I was uploading new version of EasyFlipView library on jCenter, then I found this strange error which was not rebuilding my whole library module. The error was Execution failed for task ':app:compileDebugJavaWithJavac'. Could not find tools.jar

wajahatkarim.com

 

gradle.properties 파일 추가 후

org.gradle.java.home=C:\\Program Files\\Java\\jdk1.8.0_91

추가

 

'spring-boot' 카테고리의 다른 글

spring-boot-starter-actuator (모니터링)  (0) 2020.01.29
spring boot에서 filter 사용하기  (0) 2020.01.14
spring boot auto reload  (0) 2020.01.03
repackage skip  (0) 2018.07.18
spring boot war without tomcat embedded  (0) 2018.07.17
Posted by 張's blog
,