How to get rid of scalac ServerException with IntelliJ Idea

前端 未结 3 1150
后悔当初
后悔当初 2021-02-19 10:05

This error prevents me from running the project.

Here are versions info :

~ ❯❯❯ java -version
java version \"1.8.0_45\"
Java(TM) SE Runtime Environment (         


        
3条回答
  •  一生所求
    2021-02-19 10:27

    go to editconfiguration in intellij and choose in JRE drop down the jdk version which is installed in your system. and do rebuild, It worked for me.

提交回复
热议问题