1. 下載eclipse-jee-europa-winter-win32.zip,然后解壓到磁盤(pán)上。
2. 安裝Groovy插件URL: http://dist.codehaus.org/groovy/distributions/updateDev/(點(diǎn)擊 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 > 點(diǎn)擊 OK。
5.配置使 Web tools 能夠編輯 GSP。打開(kāi) Windows > Preference > General > Editors > File Associations,添加 *.gsp,并關(guān)聯(lián)到 JSP Editor 即可配置使 Web tools 能夠編輯 GSP。打開(kāi) Windows > Preference > General > Editors > File Associations,添加 *.gsp,并關(guān)聯(lián)到 JSP Editor 即可。
6. 設(shè)置 Content Types:Windows > Preference > General > Content Types
現(xiàn)在一切就緒了。
此時(shí)如果遇到:groovy.lang.MissingMethodException: No signature of method: groovy.util.ConfigSlurper.parse() is applicable for argument types: (DataSource) values: %7BDataSource@...}錯(cuò)誤。
則確認(rèn)一下是否已經(jīng)禁用Groovy 插件的 Class auto generate ,以及刪除項(xiàng)目目錄下的所有class文件。