Hi,
I have an applet that is attempting to load a netCDF file across a
network connection. I have provided the ucar and HTTPClient packages in
the applet's JAR file. When calling the NetcdfFile(URL) constructor
within an applet I am getting a ClassFormatError, which my Java VM
generally throws when it can't find a class.
The problem appears to occur when the HTTPClient/CookieModule class is
referenced by the HTTPClient/HTTPConnection class. I have attached the
stack trace from the Java console. There is, however, no
HTTPClient/CookieModule class in netcdf2All.jar.
I can't help but feel that I've missed something fundamentally simple
here -- can you suggest where I might be going wrong? I should perhaps
note that I am initiating an HTTPS connection.
Thanks in advance for your time,
Roy Britten.