1. 下載eclipse-jee-europa-winter-win32.zip,然后解壓到磁盤上。
2. 安裝Groovy插件URL: http://dist.codehaus.org/groovy/distributions/updateDev/(點擊 Help > Software Updates > Find and Install…)
3. 把GRAILS_HOME 添加到 Classpath Variables(Windows > Preferences > Java > Build Path > Classpath Variables)
4. 禁用 Groovy 插件的 Class auto generate 的功能,在 Contact 上 右鍵 > Properties > Groovy Project properties > 選擇 Disable Groovy Compiler Generating class Files > 點擊 OK。
5.配置使 Web tools 能夠編輯 GSP。打開 Windows > Preference > General > Editors > File Associations,添加 *.gsp,并關聯到 JSP Editor 即可配置使 Web tools 能夠編輯 GSP。打開 Windows > Preference > General > Editors > File Associations,添加 *.gsp,并關聯到 JSP Editor 即可。
6. 設置 Content Types:Windows > Preference > General > Content Types
現在一切就緒了。
此時如果遇到:groovy.lang.MissingMethodException: No signature of method: groovy.util.ConfigSlurper.parse() is applicable for argument types: (DataSource) values: %7BDataSource@...}錯誤。
則確認一下是否已經禁用Groovy 插件的 Class auto generate ,以及刪除項目目錄下的所有class文件。