7

新的 Play 2.0-beta中没有eclipsify动作

如何在 Eclipse 中编辑项目?

4

3 回答 3

11

With the latest version of Play 20, follow these steps:

  1. cd to your application folder
  2. type play
  3. run eclipsify target
  4. import project into eclipse

it's that simple!

Note that it's best to run Play as play ~ run when running under Eclipse.

Last point, if you use ScalaIDE, step by step instructions can be found at http://scala-ide.org/docs/tutorials/play20scalaide20/index.html

于 2011-12-18T05:01:39.793 回答
9
于 2011-11-25T19:12:07.683 回答
4

In newer versions on Play the command is play eclipse

于 2013-08-01T07:31:04.960 回答