On 02/24/2014 08:57 AM, Sean Mullan wrote:
On 02/23/2014 06:57 PM, Wang Weijun wrote:A somehow related question: is there a proposal to specify a security property on the command line?I agree that would be useful. A workaround: echo "property=foo" > /tmp/props; java -Djava.security.properties=/tmp/foo ...
Oops, I mean: echo "property=foo" > /tmp/props; java -Djava.security.properties=/tmp/props ... --Sean