ppkarwasz commented on issue #2466:
URL:
https://github.com/apache/logging-log4j2/issues/2466#issuecomment-2054175670
@vy,
I never used `jpackage`, but as far as I understood it is just a thin
wrapper that unpacks some JAR files and starts up the JVM. In this aspect it
should more r
vy commented on issue #2466:
URL:
https://github.com/apache/logging-log4j2/issues/2466#issuecomment-2054171871
@tmmlsBE, Log4j doesn't support native image compilation out-of-the-box
currently, see
[LOG4J2-2649](https://issues.apache.org/jira/browse/LOG4J2-2649). You need to
manually prov
tmmlsBE opened a new issue, #2466:
URL: https://github.com/apache/logging-log4j2/issues/2466
I'm having an issue with Log4J. It doesn't output my messages in a compiled
application (compiled using jPackage). It does work when run the jar file.
The issue is described at
https://st