Date: Thu, 23 Jul 1998 14:52:14 -0700 (PDT)
From: Jan Luehe <luehe@laguna.eng.sun.com>
Subject: Re: A JCE question
To: java-security@java.Sun.COM, entezari@hotmail.com
Reza:
> I've finished a couple of applets for telnet client/server talking to
> each other using sockets; I am encrypting the message to be sent in each
> side and decrypting the message received in the other side;
> The applet cann't run because it cann't find the class javax.crypto.*
> and probably the JCE extension.
> The Question is:
>
> HOW to introduce the jce12-ea2-dom.jar file to the VM of the IE 4.0?
JCE 1.2 is provided as an extension, which you can install in your JRE
("installed extension") or bundle with your applet/application
("bundled extension").
The extension mechanism only works with JDK 1.2 beta 4,
which was released 2 days ago, and JCE 1.2 beta, which is
about to ship.
If you have not already upgraded to JDK 1.2 beta 4, go to
http://developer.java.sun.com/developer/earlyAccess/jdk12/beta4/index.html
and follow the instructions.
Thanks,
Jan