Re: Netbeans, JavaFX, and Maven

2020-04-15 Thread Ernie Rael
I don't know enough about maven/javafx to give a definitive answer. The pom generated by NB for a javafx project seems to imply that there is a separate artifact for each javafx-module (as in java defined module). The program runs, so stuff is getting downloaded. Here's an excerpt        

Netbeans, JavaFX, and Maven

2020-04-15 Thread Ty Young
Has anyone been able to get JavaFX from Maven(.m2) working? I'm having issues with this POM: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>     4