I have a eclipse project which connects to different environments based on VM parameters passed in launch configuration. In order to achieve this i have set env. variables in "launch configuration -> environment" and then tried to pass them as VM argument but i get an error as eclipse is not able to resolve those env. variable.
Any guidance on how to achieve this?