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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -