Try with your zip classes in the path your applet is.
-----Mensaje original-----
De: Ryan Richards [mailto:[EMAIL PROTECTED]]
Enviado el: viernes 24 de marzo de 2000 17:22
Para: [EMAIL PROTECTED]
Asunto: Need help
I have a servlet that builds an HTML document with <applet> tags etc. to load a java applet. It keep giving me class loader errors when trying to load it. Is this something that isnt possible or is there something I am doing wrong?
I simply set the content type to text/html and basically println every tag.
My path (codebase) is perfect. The specific error is this:
Netscape Communications Corporation -- Java 1.1.5
Type '?' for options.
Symantec Java! ByteCode Compiler Version 210.065
Copyright (C) 1996-97 Symantec Corporation
java.io.IOException: <null>
at netscape.net.URLConnection.connect(Compiled Code)
at netscape.net.URLConnection.getInputStream(Compiled Code)
at netscape.applet.AppletClassLoader.grabArchiveFile(Compiled code)
at netscape.applet.AppletClassLoader.openArchive(Compiled Code)
at netscape.applet.AppletClassLoader.openArchive(Compiled Code)
at netscape.applet.AppletClassLoader.<init>(Compiled Code)
at netscape.applet.AppletClassLoader.getClassLoader(Compiled Code)
at netscape.applet.DerivedAppletFrame$LoadAppletEvent.dispatch(Compiled Code)
at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
at netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(Compiled Code)
# Unable to load archive http://rain.tomohawk/oraapps/apps/tow/dev/java/servlet/classes111.zip: java.io.IOException: <null>
# Applet exception: class reportUI could not be loaded
Thanks for any help
Ryan
-----------------------------------------------
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
