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
I solved this problem by pointing out the resource root on IDEA.
resource root
Right click on a directory (or just the project name) -> Mark directory As -> Resource Root.
Right click
Mark directory As
Resource Root
Recompile & rejoice :P Hope this working for you~