Running a scala application in maven project

前端 未结 4 544
遇见更好的自我
遇见更好的自我 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:25

    May be mine is late reply but it may help some one, Below process fixed my issue.

    Please do check whether your source folders is on build path or not. If your source folders is not in build path you can't see run as scala application in runas

    To add your source to build path 1) Right click on project properties 2) In left side pane select Java Build Path and in source tab click on add folder and select your source folder and click ok

提交回复
热议问题