In my Java apps, I realized that IntelliJ displays UPPERCASE on Run Configuration section as shown below. I thought it may be caused by Material Theme or Atom Icon plugins, but after disabling Atom Icon and selecting default Dracula Theme, it still the same (I am not sure maybe it is not related for these 2 plugins). Any idea to
Tag: intellij-14
java.io.FileNotFoundException: class path resource cannot be opened because it does not exist
I am trying to set the configuration location for my Project but I keep getting the following error: java.io.FileNotFoundException: class path resource [main/resources/app-context.xml] cannot be opened because it does not exist I have my project set up like this: And I have my code set up as: How can I fix this? Answer What you put directly under src/main/java is