Printing from applet using Netscape

1998-10-18 Thread Laura L. Evangelista
Java people, I'm trying to print from my applet ran in Netscape 4.05 ... My applet is in a signed jar and uses a plugin ... Running the applet and trying to print, I get the message (from the Java console): Invalidating certificate principals in [http://blah-blah-blah/,]

Printing from browser

1998-10-14 Thread Laura L. Evangelista
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

Re: Printing

1998-08-14 Thread Laura L. Evangelista
> Printing with java 1.1.6 on linux works, I don't know if it works with 1.1.3. Have you tried running the code I attached to my first post? (TestPrint.java) > The error you get is thrown if java cannot execute /usr/bin/lpr or > /usr/bin/lp. Does one of these files exist on your system? lpr exi

Re: Signing Applets

1998-08-13 Thread Laura L. Evangelista
> I just checked over the stuff that I did, and I used Sun's javakey. Someone told me that javakey uses DSA algorithm, which Netscape (what I'm using) doesn't understand ... > Make sure you have loaded myCert into your browser as a Certificate > Authority. How? > When you run signtool -L, you

Re: Printing

1998-08-13 Thread Laura L. Evangelista
Thanks for your message at 04:34 PM 8/12/98 -0700, Laura L. Evangelista: > >Sir, > > > >I tried to run your sample application "TestPrint" but it > >wouldn't print anything ... The print dialog shows up. But when I > >choose "Print" fro

Re: Signing Applets

1998-08-12 Thread Laura L. Evangelista
Daniel W. Dulitz x108 238-3728 wrote: > > > Can I sign an applet (JAR file) without "purchasing"/needing > > a certificate (digital ID)? > > Well, you need a certificate, but you can generate the certificate > yourself and be your own Certificate Authority (and you don't have to > pay anyone

Signing Applets

1998-08-12 Thread Laura L. Evangelista
Java People, Can I sign an applet (JAR file) without "purchasing"/needing a certificate (digital ID)? -- Laura

Printing (the Code)

1998-08-12 Thread Laura L. Evangelista
// This example is from the book _Java AWT Reference_ by John Zukowski. // Written by John Zukowski. Copyright (c) 1997 O'Reilly & Associates. // You may study, use, modify, and distribute this example for any purpose. // This example is provided WITHOUT WARRANTY either expressed or implied. i

Printing

1998-08-12 Thread Laura L. Evangelista
Sir, I tried to run your sample application "TestPrint" but it wouldn't print anything ... The print dialog shows up. But when I choose "Print" from the dialog, a "Print Error" dialog shows up with the message: "Could not execute print command: [Ljava.lang.String;@80cbe12" This is t

[Fwd: AppletSecurityException in browsers]

1998-07-22 Thread Laura L. Evangelista
Java People, How can I get my applet (when ran through a browser) to read/write a text file? It works well, as usual, using appletviewer. Thank you (in advance). -- Laura