Search found 3 matches

by Daniel_B
08 Mar 2022, 09:25
Forum: Public Forums
Topic: How to create jnlp bundle using Maven
Replies: 7
Views: 13750

Re: How to create jnlp bundle using Maven

Hello, I'm looking for maven deployment solution of open webstart JDK 11 (+JavaFX 17) applications. I used the following maven tasks in this direction: 1. build an application jar via the maven-jar-plugin (org.apache.maven.plugins) 2. copy-dependencies via the maven-dependency-plugin (org.apache.mav...
by Daniel_B
17 Dec 2021, 08:42
Forum: Public Forums
Topic: JavaFX example maven project for OpenWebStart
Replies: 3
Views: 4151

Re: JavaFX example maven project for OpenWebStart

Hello Janak, thanks for answer. This FAQ provides me a lot of good information about 'how to run javafx applications'. At the moment I concentrate more on the building process via maven. Have you or someone got any example for this case? I know its a bit off-topic and it does not related directly to...
by Daniel_B
14 Dec 2021, 16:42
Forum: Public Forums
Topic: JavaFX example maven project for OpenWebStart
Replies: 3
Views: 4151

JavaFX example maven project for OpenWebStart

Hi, I'm looking for a simple Maven sample project to build and deploy a JavaFX desktop app using openJDK 11 and OpenWebStart. so far I used on my Java8 Project com.zenjava.javafx-maven-plugin for building and signing the *.jar files with the org.apache.maven.plugins.maven-jarsigner-plugin. Has anyon...