Doing it an easy way...? Signed applets...

Ok...

So we need to let our applet save/load to the users

computer locally.

How can we do this an _easy_ way? That is.. easy to for the user. Preferable just have to click a couple times to allow the applet to work.

They should not need to "manually" add some certificates or stuff which is really bad user interface.

Ok, having them to download the Java-plugin and installing it might be fair enough...

We want them to be able to accept the applet from within their browser if possible.

Hope to get any possible help!

/Hephos

[589 byte] By [Hephos] at [2008-1-6]
# 1
if you use an selfsigned certificate you only have to put a link on your html-page to the exportet certificate. for more details about doing that look at irene67 great description (10 Steps to create a digital certificate and sign an applet ) in this forum.
Jmanu at 2007-7-1 > top of java,Security,Signed Applets...