So I am trying to make an application written in Scala and I was trying to create a maven project using Intellj. When I was trying to compile and run my code but I've got a message saying :
"Error:scalac: Scala compiler JARs not found (module 'SH'): /Users/konstantinos/.m2/repository/org/scala-lang/scala-reflect/2.7.0/scala-reflect-2.7.0.jar" .
I tried to add the compiler from project structure -> modules -> scala compiler
but nothing happened.
Any ideas on how to fix that? Should I swap to sbt
and import my needed libraries?
I am trying to import htmlunit
.