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". eclipse vm args

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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -