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
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