i was trying to make a new project with play-scala in my activator, but i keep getting this error:
java.lang.NoClassDefFoundError: play/Play$
Use 'last' for the full log.
Failed to load project.
i was trying to make a new project with play-scala in my activator, but i keep getting this error:
java.lang.NoClassDefFoundError: play/Play$
Use 'last' for the full log.
Failed to load project.
I found the answer here: Why does sbt fail with NoClassDefFoundError: play/Play$ in Play 2.2.x projects after sbt compile in Play 2.3 project?
The project/play-fork-run.sbt file in the your-project-name\project folder needs to be removed if you tried the entire process through the "activator ui" web interface.