我试图将一个现有的铁路工程 输入Intellij, 但它不承认SDK。
I already setup my paths in my home directory /.bash_profile here is what I got going in there.
export GRAILS_HOME=/Applications/grails-2.0.4
export PATH=$PATH:$GRAILS_HOME/bin
Now when I fire up Intellij and do a file > new Project > Create project from existing source I name my project then when I get to SDK there is no grails SDK. I presumed when I setup my path in the .bash_profile it would recognize the path to the grails SDK.
任何帮助 这将是巨大的。