benstpierre
benstpierre

Reputation: 33591

Intellij prompting for path variables "USER_HOME_GRAILS" and "USER_HOME_GRIFFON "

When I start my project in Intellij 9 (#IU-95.66) I see a red popup in the top right of my screen saying...

Load error: undefined path variables!

USER_HOME_GRAILS, USER_HOME_GRIFFON are undefined. Fix it.

I do not have the Griffon/Grails plugins enabled and never have, why would I get this?

alt text

Upvotes: 1

Views: 2397

Answers (2)

jcpennypincher
jcpennypincher

Reputation: 4030

I enabled the Grails/Griffon plugin and can confirm that it solved this exact issue. I had reinstalled Intellij on another machine and this is one issue I had when starting up a project that was created under a previous install.

Thanks.!

Upvotes: 0

CrazyCoder
CrazyCoder

Reputation: 402225

The project was created with Groovy plug-in enabled and it has stored these variables in the project file. Either enable the plug-in or remove the variables from the project file.

Creating the new project should also help. We have a related issue in our tracker, you may join it and provide more information.

Upvotes: 3

Related Questions