In the JNLP file look for the following entry:
<security> <j2ee-application-client-permissions/> </security>
This needs to be changed to:
<security> <all-permissions/> </security>
and the application should load.
In the JNLP file look for the following entry:
<security> <j2ee-application-client-permissions/> </security>
This needs to be changed to:
<security> <all-permissions/> </security>
and the application should load.