Grails 1.2 installed on new computer
Naturally I run into the same installation issues I ran into before. As noted in the previous post the paths were the issue. Apparently double-quotes aren’t accepted in the path variables anymore, I’m assuming it’s not Windows 7. Rather the latest version of the Groovy installation. Yet, I’m not sure.
Anyway I moved the JDK into a position where the path contains no spaces and made sure that my environment variables no longer had any quotes in them. This is how my development is set up now:
I also set up my variables accordingly:
I’m installing the latest build snapshot so I can test Grails 1.2 on AppEngine. I ran into this issue earlier which apparently is fixed now.

