I\'m using IntelliJ IDEA 13.1.5, I used to work with Eclipse. I\'m working on JavaFX application, I try to load FXML file within my MainApp class using getClass().getResourc
As per suggestion, updated answer.
Step-1
Step-2
Step-3
Step-4
Re-run your java program and now it should work.
<---Previous Answer---->
Fixed similar issue today by adding resources folder into Resource Tab in IntelliJ IDE
Hope this helps. Also, details tutorial.