java.lang.SecurityException: Prohibited package name: java.security

Hi all:

Hope you've been through this and be able to help

I happen to use a vendor Crypt jar to encrypt data.

Bundled within I found a package named java.security

which replaces core java classes.

I tried making my own access policies

permission java.lang.RuntimePermission "accessClassInPackage.java.security";

permission java.lang.RuntimePermission "defineClassInPackage.java.security";

permission java.util.PropertyPermission "java.security", "read";

but I had no luck

what do you suggest ?

thx in advance

[584 byte] By [BELLE_SEBASTIANa] at [2007-11-26 16:53:19]
# 1
Complain to the vendor, or at least ask him.
ejpa at 2007-7-8 23:20:59 > top of Java-index,Security,Cryptography...
# 2
ok let's pretend the vendor is out of context and I 'm just facing the need to replace a java core package rephrasing ....How can you grant acces to replace java core package?
BELLE_SEBASTIANa at 2007-7-8 23:20:59 > top of Java-index,Security,Cryptography...
# 3
This is not the correct approach. May I suggest you haven't installed the software correctly. The vendor would have provided instructions.
ejpa at 2007-7-8 23:20:59 > top of Java-index,Security,Cryptography...