Re: JavaFX Maven project

2020-08-21 Thread Luff,Chris
Caused by: java.lang.IllegalStateException: Location is not set. at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2459) You need to check that you have specified the correct location for your FXML. On 20 Aug 2020, at 16:36, HRH mailto:hrh...@yahoo.com.INVALID>> wrote: Hi, The

JavaFX Maven project

2020-08-20 Thread HRH
Hi, The maven-based JavaFX projects are created with a pre-defined folder structure. Thus far, I have been implementing my application, controller, and other supporting classes in the org.javafx.$Project_name_folder (i.e. org.javafx.mavenfilteredtableview). This time, I created a project called