gluonhq / gluonfx-maven-plugin

Plugin that simplifies creating native images for Java/JavaFX maven projects
BSD 3-Clause "New" or "Revised" License
186 stars 38 forks source link

gluofx-maven-plugin compile XWPFDocument fail #483

Open fengxb opened 11 months ago

fengxb commented 11 months ago

javafx code: XWPFDocument document = new XWPFDocument();

compile to .exe success,but run exe error: Caused by: java.lang.IllegalStateException: java.lang.InstantiationException: org.apache.logging.log4j.message.DefaultFlowMessageFactory

modify pom.xml always not work

org.apache.logging.log4j log4j-core

then i add reflectionList/module-info always not work for help!!!