Here are the java console content after the applet failed:

# Applet exception: exception: java.lang.NullPointerException
java.lang.NullPointerException
  at myframe.paint(Compiled Code)
  at myframe.update(Compiled Code)
  at sun.awt.windows.WComponentPeer.update(Compiled Code)
* at sun.awt.windows.WComponentPeer.handleRepaint(Compiled Code)
  at sun.awt.windows.PaintEvent.processEvent(Compiled Code)
  at netscape.applet.DerivedAppletFrame.run(Compiled Code)
  at java.lang.Thread.run(Compiled Code)

dave wrote:
> 
> Responding To:    Vladimir Prodan <[EMAIL PROTECTED]>
> Original Date:    Fri, 02 Apr 1999 10:59:10 +0300
> >
> > I have an applet wich load an image and draw it in  a frame. If I use a
> > squid, this applet can't start. If I don't use squid, the applet is
> > running ok. I am using squid 2.1.PATCH2. What can I do to see the applet
> > through squid?
> > Thank you.
> >
> 
> I would try adding the meta tags for "NO CACHE" on pages that use the
> applet. That way it would load from the server each time.
> 
> [EMAIL PROTECTED]

Reply via email to