Hi
I have an applet which downloads on the client machine and displays
TIFF images. It also allows manipulations to be carried out on the image.
Now this applet works perfectly fine on IE4.0 upwards both on local LAN as
well on the internet , behind a firewall/proxy. It works fine on NEtscape
in a local LAN setup.
However, whenever I try to view the page containing this applet on
Netscape, from behind a proxy/firewall , it gives me an error. There have
been problems of proxy Tunnelling for Netscape reported in Java discussion
forums.But the solutions are normally implemented thru opening a
URLConnection, do a getInputStream()...the works., which I cannot do,
simply because I cannot do anything beyond a JAI.create, which internally
creates connection and opens the file stream, beyond my control. The
exception ClassDefNotFound occurs at the JAI.create("url", urlobject)
statement.
Has anyone else experienced this problem. I would appreciate help on this,
need it urgently.
Applet implemented Using JAI1.1, JRE 1.3.1.
thanks
Rohini
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".