Why do I have to uncheck “Delegate IDE build/run actions to Maven” to run my Scala program in IDEA?
Each time I check “Delegate IDE build/run actions to Maven,” my Scala program ends up like this. enter image description here If it’s just a simple HelloWorld program and your pom.xml has nothing in it, then it’s odd that you encounter this issue. enter image description here Then try unchecking “Delegate IDE build/run actions to […]