On 12/18/19 12:26 PM, Huckleberry Finn wrote:
To create a deplyable version of my project I make a clean & Build
project on it. Netbeans will create a jar file in the dist subfolder
of the project along with the fx libraries in the lib subfolder of dist.
When I run java -jar myproject.jar,
ink.
> --
> *From:* Huckleberry Finn
> *Sent:* December 21, 2019 5:23 PM
> *To:* joe schmo
> *Subject:* Re: [JavaFX] project jar file
>
> Thank you vey much.
> I am using jdk 13.0.1 ( the latest) and I am new to Java, migrating from
> c++. And y
I have never used jlink.
From: Huckleberry Finn
Sent: December 21, 2019 5:23 PM
To: joe schmo
Subject: Re: [JavaFX] project jar file
Thank you vey much.
I am using jdk 13.0.1 ( the latest) and I am new to Java, migrating from c++.
And yes the project is modular
Without more info about what toolchain you are using to build your project such
as which JDK, what toolchain etc we can only help to a point.
If you project is modularised then you need to use jlink to have the JavaFX
modules included in the runtime. If not, and I suspect this is what you are
d
To create a deplyable version of my project I make a clean & Build project
on it. Netbeans will create a jar file in the dist subfolder of the project
along with the fx libraries in the lib subfolder of dist.
When I run java -jar myproject.jar, I get
Error: JavaFX runtime components are missing,