Intellij IDEA cannot not see env variables (OS-X)
I remember that Mac OS-X finder based applications ignore env. variables (which can be seen in the console). I would like to install new project in Scala 2.7.7 (or 2.8.0M1), but it does not see my $SCALA_HOME variable. I can choose only from Scala 2.7.1 to 2.7.6. Where can I set system variables for Intellij IDEA?
--
JZ
Please sign in to leave a comment.
I have the same problem with IDEA 9.0.1 and mac os x 10.6.2. Running my grails (+gwt plugin) application (which is detected and set correctly GWT facet) it shows:
GWT_HOME is set in ~/.bash_profile (however it doesn't count) and also "Path to GWT installation" is set for all detected facets and also as default for GWT facet.
Is there any workaround to introduce GWT_HOME to runner?
Thanks,
you can reference the website
http://www.devworld.apple.com/mac/library/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/EnvironmentVars.html
In my case the problem was with GWT plugin of Grails (version 0.4). Upgrading the plugin to 0.5 solved the problem.
Thanks,