You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/12/14 08:49:07 UTC

[GitHub] lburgazzoli commented on issue #292: Get JAVA_HOME path from system property for Kotlin loader

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:
users@infra.apache.org


With regards,
Apache Git Services