Why can't I compile maven with OpenJFX and Deeplearning4J?
问题 I have a small issue that I don't know how to solve. I have started a simple basic JavaFX application and my pom.xml file looks like this: <project xmlns="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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>se.danielmartensson</groupId> <artifactId>JNonlinearControl</artifactId> <version>0.0.1-SNAPSHOT</version>