Setting GROOVY_HOME / GWT_HOME on Mac
I was looking to set environment variables GROOVY_HOME and GWT_HOME on Mac so the Grails's GWT plugin can work properly.
Well there is special environment file which system reads after login.
The enironment file is environment.plist which is Mac's property file. The file location is ~/.MacOSX/environment.plist.
Just add new entry for your environment variable and you are all set.
The enironment file is environment.plist which is Mac's property file. The file location is ~/.MacOSX/environment.plist.
$ open .MacOSX/environment.plist
Just add new entry for your environment variable and you are all set.
Oct 20, 2010 by Sheel Khanna
Add Comment