Passing System Properties in the VM arguments section in the Run Configuration is not working. How do you configure Run Configuration to pass System Environment Properties to my Java Application. I passed -DDSQUERY where DSQUERY is an environment variable on my Windows machine and then called System.getproperty(“DSQUERY”) in my Java code, but that returned null. What am I doing wrong?