The better way is provide a application as web start application.
Jan

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 27. Februar 2003 23:58
An: [EMAIL PROTECTED]
Betreff: RE: NPE in Batik in an Applet jar running behind a firewall


G. Wade,
  Just an aside.  The "conventional" way to create an applet is to put all
the batik  jar files in the applet directory and reference them in the html.
I have done this for over a year and it works fine.  The first download is
expensive but after that the browser cache's everything.  The bonus here is
if you update your batik library it automatically downloads to the client.
This can save a lot of pain.  The other alternative is java web start.

  Using jar file rather than the "classes" directory for my applet works
fine.  Just make sure you pick up all the generated .class files.  Also you
will need a signed applet.  I suppose the way you are currently doing it
bypasses the signed requirement as batik is part of the jvm and not the
applet.

Gavin Walker
CSIRO, Australia.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to