2013-04-17 58 views
0

我最近有一臺新電腦。我把git倉庫從包含我的播放應用程序的Heroku,但現在每當日食試圖自動完成,我得到彈出說播放應用程序說編譯單元不在構建路徑

編譯單元不是一個Java項目的構建路徑上的警報。

我進入了項目>屬性>資源>鏈接資源,並添加到我的播放文件夾的路徑,但無濟於事。

如何添加Play到eclipse?

回答

1

您是否嘗試過使用eclipse(我認爲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): 
相關問題