I'm trying to make a basic interface using javafx, but the fxml won't run due to a module not being found. I have the variable set up properly and can confirm that the module that it says isn't there is, in fact, there. I have two other projects that are using the exact same libraries that have the exact same variables paths and will work, but this one won't.
JavaFX20 is set up as the classpath in the project. I'm using netbeans and JDK 19.