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
Post a Comment