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,
I think it was already fix with this PR:
https://github.com/apache/netbeans/pull/1632
Regards
Jose
El mié., 18 dic. 2019 a las 6:36, John Mc ()
escribió:
> Hi Michael,
>
> Can you create a JIRA ticket for this please?
>
> https://issues.apache.org/jira/projects/NETBEANS
>
> If I get some time ov
Hi Michael,
Can you create a JIRA ticket for this please?
https://issues.apache.org/jira/projects/NETBEANS
If I get some time over Christmas, I might look to fix it, if possible so
we can help others out moving forward?
Regards
John
On Wed, 18 Dec 2019 at 10:44, Michael Remijan wrote:
> I a
I am using Maven 3.3.9 bundled with NetBeans.
This version of Maven uses the 2.12.4 version of the surefire plugin. I
switched to the latest non-milestone version:
maven-surefire-plugin
2.22.2
And now it works. Thanks for the help!
On We
Hi
What version of maven are you running?
Include the maven surefire plugin but check the JUnit 5 documentation for
what is the minimum version supported. I think off the top of my head it's
something like 2.21 but double check on their site.
I'd guess that when you include that plugin I to your