Sorry for my English.

        I had this problem a month ago. I got this solution to it:

        I suggest to read the Signing and Verifying
        JAR Files tutorial, this is a part of the Java Tutorial on
java.sun.com

        In short:
        I use the Java plugin, and signed jar file.
        Create a certificate, with the javakey utility. Then make
        a jar file from your class fajl. With javakey, you can sign
        the jar file.
        On client you must have this certificate too. It is suffice:
        copy your javakey database file to the client, and make
        changes in the client java.security file. (lib/security)

                                Zoltan TAR

> ----------
> From:         Laura L. Evangelista[SMTP:[EMAIL PROTECTED]]
> Sent:         1998. október 14. 9:16
> To:   Java Linux
> Subject:      Printing from browser
> 
> Java people,
> 
>       I have an applet that needs to print components (reports) ... It
> runs fine with appletviewer, but running it through a browser
> (Netscape 4.05), I get security errors.
> 
>       How can I get my applets to print from a browser?
> 
>       Than'x for any help.
> 
> -- Laura
> 

Reply via email to