Class files are not generated in IntelliJ IDEA
My Java files are not being built into class files anymore. I have no idea what I did to stop this from working properly.
I have a Spring project with maven, open in IntelliJ, it used to create class files and put them in a target folder. Now it doesn't, and I get errors everywhere because classes cannot be found.
Please sign in to leave a comment.
Try 14.1.2: https://confluence.jetbrains.com/display/IDEADEV/IDEA+14.1+EAP .
Attach idea.log/build.log with debug if it doesn't help: https://intellij-support.jetbrains.com/entries/23352446 .