I am trying to install grails and make it work with IntelliJ, something goes wrong however. I am getting all kind of exceptions (while installing grails or compiling grails project in IntelliJ).
I am looking for a clean installation guide for grails under IntelliJ. I would like to use the following sdks if possible:
- jdk 1.7 (05)
- grails 2.1
Because of IDEA-86261 you need IDEA 11.1.3 or later to work with Grails 2.1.
Installation is very straightforward, just unpack the
grails-2.1.0.zipin some directory and specify this directory when project setup wizard asks you to create Grails SDK in IntelliJ IDEA.If you have any issues, please update the question with more details (steps you’ve performed, errors, logs, stacktraces, etc).