At startup pass this -Dname=value
and then in your code you should use
value=System.getProperty("name");
to get that value
At startup pass this -Dname=value
and then in your code you should use
value=System.getProperty("name");
to get that value