:
Step 1: Application built from sbt
Step 2: import the application into Eclipse.
Step 3: When starting the application, the following error appeared
1
Decision
In the problem tab, if we see the following error
2
sbt used scala 2.11, and in eclipse we set scala to 2.12. So if we install the version of the eclipse scala compiler on 2.11, it will work as shown below
3
Please check this feature.
source
share