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!

How to avoid SecurityException with JRE 1.6.0_19 update

843798Apr 22 2010 — edited Aug 6 2013
Hi,

I have an applet which is present in a signed jar. This applet uses another jar file which is unsigned.
On launching the applet I get the Mixed code warning which I want to avoid.

To solve this issue, I added "Trusted-Library: true" to the unsigned jar which is being used by my applet.

But, it still throws SecurityException. I tried this with JRE update 20 as well but problem persists.

Can someone please help me with this? How to avoid getting the Warning message when I have to use an unsigned jar.

Thanks!

-Raghvendra
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 3 2013
Added on Apr 22 2010
8 comments
2,008 views