lburgazzoli commented on issue #292: Get JAVA_HOME path from system property for Kotlin loader URL: https://github.com/apache/camel-k/pull/292#issuecomment-447257366 This does not work. To make it working, you need to set the env var KOTLIN_JDK_HOME to point to your real JDK home (not jre). System.getProperty("java.home") is not reliable as it may refer to the JRE. This workaround should go away with kotlin 1.3.20
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
