java.security.properties in JNLP
Asked Answered
C

1

1

I know you ca specify a file that is going to override the java.security f

java -Djava.security.properties=myProperties

How can I set this parameter in a JNLP file?

Contour answered 25/1, 2016 at 17:14 Comment(0)
O
0

Properties in JNLP file you can set using this tag:

<property name="key" value="overwritten"/>

But you can't set java.security.properties in JNLP. Not all properties are allowed to set in jnlp. For more info see here.

Why do you need to change this property?

Ottilie answered 25/1, 2016 at 21:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.