Dup content in java.security-platform files

Sean Mullan sean.mullan at oracle.com
Mon Feb 24 14:05:42 UTC 2014


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



More information about the security-dev mailing list