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 ...
--Sean