04-18-04 03:49 PM
Hi,
I'm writing a signed applet that makes use of JCE to decript some parameters
.
The applet should work fine by just open it in a browser (that's the whole p
oint in being an applet) and accepting the certificate that the applet conta
ins.
In the applet html "archive" tag I added the JCE jars (sjce1_2_2.jar, local_
policy.jar, sunjce_provider.jar, US_export_policy.jar) together with my appl
et jar .
Now, I can oly make the thing work if I add in my Java plugin jre/lib/ext di
rectory the JCE files.
Is this normal?!?
I mean to ask a client to install JCE and put the jar files in his plugin ex
tension directory the JCE jars in order to be able to run my applet?
It doesn't make any sense!
Any ideas that I might use? Am I doing something wrong? Shouldn't JCE run fi
ne with applets without installing anything on the client machines?
Thanx anyway
mani
[ Post a follow-up to this message ]
|