I am trying to use System.getProperty("foo")
, to read some variables in eclipse. Two ways I have tried
- Specify in the run configuration in environment tab
- Specicy with -D in eclipse.ini file
I am using windows machine, could anybody help me with this