我最近买了一台新电脑。我从 Heroku 中提取了包含我的 Play 应用程序的 git 存储库,但是现在每当 eclipse 尝试自动完成时,我都会弹出一个警报说
编译单元不在 Java 项目的构建路径上。
我进入项目>属性>资源>链接资源并将路径添加到我的播放文件夹但无济于事。
如何将 Play 添加到 Eclipse?
我最近买了一台新电脑。我从 Heroku 中提取了包含我的 Play 应用程序的 git 存储库,但是现在每当 eclipse 尝试自动完成时,我都会弹出一个警报说
编译单元不在 Java 项目的构建路径上。
我进入项目>属性>资源>链接资源并将路径添加到我的播放文件夹但无济于事。
如何将 Play 添加到 Eclipse?
您是否尝试过使用eclipse
(I think play 2.1+) 或eclipsify
(play <=2.0) play 命令来创建您的 Eclipse 项目文件?
例如:
play! 2.1.0 (using Java 1.7.0_17 and Scala 2.10.0), http://www.playframework.org
> Type "help play" or "license" for more information.
> Type "exit" or use Ctrl+D to leave this console.
[mpapi] $ eclipse
[info] About to create Eclipse project files for your project(s).
[info] Successfully created Eclipse project files for project(s):