Re: [Cryptix-Users] Cryptix 3.1.2 on Java 2 v1.2/1.3 Marc Stiegler (marcs@skyhunter.com)
Wed, 7 Jun 2000 09:18:56 -0700

We have indeed run into this java.security bug in 1.3. Now I am puzzled as to why I am not encountering it on 1.2.2 (markm, did somebody tweak E somehow for 1.2.2?).

On Solaris I am using

Classic VM (build JDK-1.2.2-U, green threads, sunwjit)

and E is running fine.

--marcs

> Ok, I just subscribed to the e-lang list, but it looks like you already
> encountered the bug:
>
> http://www.eros-os.org/%7Emajordomo/e-lang/1408.html
>
> <quote>
> > Prohibited package name: java.security
> > java.lang.SecurityException: Prohibited package name: java.security
> </quote>
>
> The new JDK 1.3 classloader forbids classes in java.security, which
> Cryptix has plenty (Cryptix 3.x.y is based on JCE 1.1, where all
> crypto classes were supposed to go in java.security. In JCE 1.2, Sun
> decided to go with javax.crypto instead).
>
> I do not have access to a Solaris machine myself, but it has been
> reported by at least 4 people. The two that mentioned the exact
> version reported jdk1.2.2-05. What version do you use?
>