Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to avoid <all-Permissions> in jnlp security block

843802Jul 22 2008 — edited Sep 21 2009
Hi everybody,

I want to use a (remote & trusted) webstart application.
The corresponding JNLP-deskriptor has the <all-Permissions> entry in the security block.
That means, that the application has unrestricted access (no sandbox), which is normally ok, because it is trusted!
But anyway, is there any possibility, to use my own permissions defined in the grant- block of my own policy file?
(For sure without removing <all-permissions> in the JNLP ;-)

Thanks a lot for every answer and help
Jim
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2009
Added on Jul 22 2008
3 comments
177 views