Eirik Finvold

Results 4 comments of Eirik Finvold

I have reported it to JetBrains as well: https://youtrack.jetbrains.com/issue/IDEA-293783/Not-able-to-Run-Debug-in-Intellij-Idea-2022-1-on-Windows-it-shut

FYI, a workaround to this issue is to run the application as a "Play2 App" instead of SBT Task, and add this to JVM params: -Dsbt.server.forcestart=true

Seeing this on linux as well. Play 2.8.16, Java 8 and SBT 1.7.1. `sbt clean` usually solves it, but it's quite inconvenient... Tested on Intellij Idea Ultimate, different versions. Tested...

Just wanted to add some more information. We are three developers working on different Java Play 2.8.x projects. All of them are using SBT 1.6x and SBT 1.7.1, and all...