Hi Peter,
To set up a persistent environment variable for use in terminal
sessions, I think you can do the following:
Open a terminal window
type ‘sudo nano /etc/launchd.conf’
add ‘setenv MOBILE_DESIGNER /wMMobileDesigner’
press ctl-o
press enter
press ctl-x
After a restart you should still have the environment variable set.
One thing that this might affect, however, is an Eclipse environment.
With Mountain Lion apps don’t pull their environment variables from the
same place, by default, so you might have to tweak a few things with
your Eclipse setup. However, if you launch apps using open -a ${app} I
think it might work as a quick hack.
Spencer
#webMethods-General#mobile#Integration-Server-and-ESB#webMethods