lanny886

Results 7 comments of lanny886

> Can you share a stripped down version of your `pom.xml`? That sounds very odd. this is the plugin setting where I use and tools.jar is under src/main/additionalFiles/lib ``` com.zenjava...

> Can you share a stripped down version of your `pom.xml`? That sounds very odd. the main tag I use are additionalAppResources and useLibFolderContentForManifestClasspath

> Just to make sure, you are running `mvn jfx:native` twice? Or do you call other commands? Are your running this via some IDE? I runing this via IntelliJ IDEA,when...

> Just to make sure, you are running `mvn jfx:native` twice? Or do you call other commands? Are your running this via some IDE? When before I run once more,...

I run mvn jfx:native in cmd when IDE is closed showing the same issue.

The code in JarMojo shows that useLibFolderContentForManifestClasspath is running before additionalAppResources in execute method, is it the reason for the first time jar was not added to classpath but works...