I need to run this maven Scala project with eclipse however when i click on run i didn't get any suggestion on how to run the project ?!
update of question
I get help from a contributor here:
what was missing is :
- Maven Integration for Scala ide
- Fixing the Seetings of the Scala Compiler
it works for him , but form me i get this error :
Exception in thread "main" java.lang.NumberFormatException: Not a version: 9
any helps?