playframework - Play Framework 2.4 IDE Eclipse directions don't work -


the directions can found here:

if try , activator eclipse error eclipse isn't command. specifically: "[error] not valid command: eclipse"

if i add addsbtplugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0") plugins.sbt gives error.

version 4.0.0 not yet available. use rc2:

addsbtplugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0-rc2")

edit: version 4.0.0 available.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -