playframework - How to create eclipse project from Play activator Template -


how create eclipse project new activator template. tried executing eclipse command root of project template not work.

you must add first "eclispe.sbt" file in "project" folder :

// project/eclipse.sbt : // plugin adds commands generate ide project files addsbtplugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0") 

then run "./activator eclipse"


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -