Danny Althoff

Results 269 comments of Danny Althoff

HAHA .... how stupid sometimes ;) I FOUND the problem. Please use this partial configuration-block: ```xml true CL_AppM ``` The difference is the TYPO of "permissions" ;) there is only...

Additional note: if your want to know what entries inside `` are possible, please check the responsible file for this: https://github.com/teamfx/openjfx-8u-dev-rt/blob/master/modules/fxpackager/src/main/java/com/oracle/tools/packager/jnlp/JNLPBundler.java#L84 I have added some special maven-goal for detailed information...

At first glance I would say that maven is not configured to use the right JDK. What does `mvn -v` print out?

IntelliJ, as far as I am aware, brings its own JRE, but maven needs some JDK. I'm using Netbeans (hehe) but I encountered that more often that users were not...

Despite of jarsigner, you could look into the generated JAR-file, if the signing-files inside the META-INF folder do exist.

@K-4U Did you get the chance to check for the signature inside the generated JAR-files? Meanwhile I am trying to get some `Dockerfile` setup working to test against Zulu JDK...

I tried using a `debian:buster` docker image with `https://cdn.azul.com/zulu/bin/zulu8.56.0.21-ca-fx-jdk8.0.302-linux_amd64.deb` being installed (Zulu.8.56.0.21 with JavaFX ... sadly only available as DEB package instead of prebuilt docker-image), I did not encounter any...

To drop some lines: When running `mvn jfx:run` a separate JVM will be created, where the connections to any javaagent gets dropped. As my next weeks seem to get me...

You can try to use `additionalAppResources` for this, just recreate the needed subfolder-structure inside that provided folder.

Oh yes, you are right. I'm no Mac-user, sorry, so I forgot about the specialities from the Mac-Bundler. Can you check if it works for you when you create the...