Hi all,
I have written a trusted/signed applet that requires local file access. It
runs on Internet Explorer but now I need to port it to run on the Sun Java
plugin. I have found instructions in a couple of places on the web but they
all say things like "user must import my certificate into their local store"
and "user must create a policy file with appropriate permissions"
The problem is, my users don't know how to do any of these things! I am
simply looking for a system like Internet Explorer, where my webserver
serves the applet, then the user clicks "yes" in a simple security warning
dialog, and *poof* my applet is running with the necessary permissions on
their browser.
Is this possible with the Sun Java Plugin v1.3 or v1.4? If so, can somebody
please point me to some simple step-by-step instructions? Kindly reply by
repost.
Thanks in advance!
Barry
KC Wong - 03 Oct 2003 10:43 GMT
> I have written a trusted/signed applet that requires local file access. It
> runs on Internet Explorer but now I need to port it to run on the Sun Java
[quoted text clipped - 11 lines]
> please point me to some simple step-by-step instructions? Kindly reply by
> repost.
Roedy might reply in this thread soon... meanwhile visit:
http://www.mindprod.com/jgloss/signedapplets.html#SIGNEDAPPLETS
There're some links to tutorials and documentation there.
KC
Barry - 05 Oct 2003 05:55 GMT
Hi KC,
Thanks very much for your reply. I'll check out that page.
Barry
> > I have written a trusted/signed applet that requires local file access. It
> > runs on Internet Explorer but now I need to port it to run on the Sun Java
[quoted text clipped - 20 lines]
>
> KC
Michel Gallant - 05 Oct 2003 17:12 GMT
Yes this is possible.
You will need to sign the applet using a commercial code-signing
certificate (Thawte, VeriSign etc.) and by default your users will
get a simple "Allow all permissions / Don't grant anything)" dialog.
By default, the users local policy file is not consulted for RSA signed
Java applets.
Here is a working example, signed for all of:
JavaPlugin, IE native JVM, Netscape native JVM:
http://pages.istar.ca/~neutron/Thawte/thawtedemo/
- Michel Gallant
http://pages.istar.ca/~neutron
> Hi all,
>
[quoted text clipped - 16 lines]
> Thanks in advance!
> Barry