굉장히 쉽게 처리하는 방법이다.
I had the same issue, also with Scala IDE 4.0.0 . I followed mkurz instuctions and they worked like a charm. But instead of changing the .classpath
file in the project folder manually I used Eclipse interface:
- In the top menu of the main window, click on
Project
and then onProperties
. - In the
Properties
window, click onJava Build Path
option (options list is on the left) - In the
Source
tab, click onAdd Folder...
button. - In the
Source Folder Selection
window, choose thetarget/scala-2.11/twirl/main
folder, so it is included in the compilation path. ClickOk
button. - Click
Ok
in theProperties
window.
Now the project should compile just fine :) . With that I was able to finish the play setup example in Scala IDE website
'소프트웨어 개발 > Scala - Functional' 카테고리의 다른 글
스칼라에서 DLL 라이브러리 이용하기 (0) | 2015.05.16 |
---|---|
Django Websocket구현하기 (0) | 2015.04.27 |
cache (0) | 2014.12.17 |
coffee script (0) | 2014.12.15 |
scala 참조 (0) | 2014.12.15 |