Running a scala application in maven project

前端 未结 4 515
遇见更好的自我
遇见更好的自我 2021-01-14 07:30

I am trying to use maven to handle dependencies in a scala project in Eclipse. But once the project is converted to maven, the application wont run anymore.

Here is

4条回答
  •  一生所求
    2021-01-14 08:26

    Go to

    project properties->Select scala compiler->Select scala installation and change to scala-2.10->apply->close
    

    Run

         maven clean
    

    Run Scala application

    then you cant see the output in Console

提交回复
热议问题