On 18/01/2017 13:35, Reto Merz wrote:

Hello,

Is there any documentation or a public available working example how to use 
-XaddExports for WebStart apps ?
I have no acces to the example mentioned in JDK-8153077.

We try this:
     <j2se version="1.8+" 
java-vm-args="-XaddExports:java.base/sun.security.action=ALL-UNNAMED"/>
I suspect this is what you want (and should be allowed because the application is signed):

<java version="9+" java-vm-args="--add-exports=java.base/sun.security.action=ALL-UNNAMED"/>

At the same time then it would be good to understand why this code needs to make direct use of types in sun.security.action. As there isn't anything very critical in that package then it make be a straight-forward dependency to remove.

-Alan


Reply via email to