Caused by: java.lang.RuntimeException: Exception in Application start methodCaused by: java.lang.IllegalStateException: Location is not set.
你的main函数呢
在运行JavaFx的时候,报了上述错误,基本就是找不到要加载资源的位置。保证资源路径正确以后如果还是报错可以重新编译一下项目,或者重启IDEA试一下。