[JDK-8153077] JNLP example with -XaddExports

Alan Bateman Alan.Bateman at oracle.com
Wed Jan 18 13:48:19 UTC 2017


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




More information about the jigsaw-dev mailing list