Florian Brunner

Results 124 comments of Florian Brunner

Running `java -Duser.language=en -Duser.country=US -Djavafx.verbose=true -Dprism.verbose=true -Dbinary.css=false -Djava.util.logging.config.file=conf/logging.properties -jar bin/my-app.jar` in the app dir of the installed native application I get: `Calling main(String[]) method Exception in Application init method QuantumRenderer:...

Or maybe one of the resource files didn't get generated properly. (The default location of the userdir should be in a generated properties file of the main JAR.) I have...

Cause: jfx:build-jar copies additionalAppResources including conf/config.properties dromblerfx:ensure-standalone-config ensures that conf/config.properties contains the userdir location jfx:build-native copies additionalAppResources including conf/config.properties **again** overwriting the changes made by dromblerfx:ensure-standalone-config

@FibreFoX since jfx:build-native relies on jfx:build-jar being run first and since jfx:build-jar already copies additionalAppResources, I don't see a need for jfx:build-native to copy additionalAppResources again. The code mentions https://github.com/javafx-maven-plugin/javafx-maven-plugin/issues/83...

I removed that code now on the native branch. With these branches a Drombler FX application can be packaged (deb), installed and run: https://github.com/Drombler/javafx-maven-plugin/tree/native https://github.com/Drombler/drombler-fx/tree/137-packaging-support

@FibreFoX interesting. I don't have yet a clear opinion yet, however, as I don't have the complete picture about native applications yet.

**Updated by puce on 2013-07-11 22:10 UTC** - **labels**: Docking Framework, Session Storage --> Session Storage, Docking

**Commented by puce on 2014-01-18 11:25 UTC** For easy migration of Swing applications make sure [JavaHelp](https://javahelp.java.net) resources are supported.

**Commented by puce on 2015-04-11 10:19 UTC** Related issue: [#72]

**Commented by puce on 2015-05-29 11:22 UTC** Also see the following discussion: http://stackoverflow.com/questions/30518420/intellij-eclipse-debug-java-application-started-by-maven-execexec