In eclipse I can include things like the following in the vm args or program args in a launch configuration:
-Dsome.system.property=${string.prompt:explanation:d
Just did this for a machine specific variable in IntelliJ 11.0.2. Set up a path variable i.e. MY_VARIABLE. Use in your run config as you would in eclipse : ${MY_VARIABLE}