java - Using env. variables as VM argument in launch configuration -
i have eclipse project connects different environments based on vm parameters passed in launch configuration. in order achieve have set env. variables in "launch configuration -> environment" , tried pass them vm argument error eclipse not able resolve env. variable.
any guidance on how achieve this?
just below "vm arguments" window there button called "variables". 
when click on variables give option create new variable can used in vm args "${new_var}".
so can't use env. variables vm args in eclipse way out.
Comments
Post a Comment