I'm used to Eclipse which has a "Problems" view which shows all the errors that Eclipse detects, usually Java errors.
I'm trying to run a program in IntelliJ but the "Run/Debug Configurations" dialog says the "Class ... is not found in the module ...". I'm assuming there's an error, but I can't see a "Problems" view like what I would have seen in Eclipse. Where is it in IntelliJ?
If it makes a difference, I'm using community edition in Linux Mint.