fugerit79 commented on PR #121: URL: https://github.com/apache/freemarker/pull/121#issuecomment-2870071529
Hello @OnnoH , no you do not need add SLF4J if you do not use it already. I suspect for some reason this property is not set : "org.graalvm.nativeimage.imagecode" (I tested it in many scenarios and it is supposed to be always set at runtime on a GraalVM generated executable). Can you provide : * runtime value of property "org.graalvm.nativeimage.imagecode"? For instance print at application start` System.out.println( "org.graalvm.nativeimage.imagecode : "+System.getProperty( "org.graalvm.nativeimage.imagecode" ) ) ` * build info (gradle, maven and especially GraalVM version). * full stack trace Thanks in advance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
