This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Applet running in the browser: ClassNotFoundException
Posted by Ashish Kumar on February 15, 2001 at 9:22 AM
Hi All, I am posting my doubt through this forum. My applet contains one method that uses the JarInputStream class of java.util.jar package. When i try to run that as an application or thru appletviewer it works fine but when i try to run it thru browser it gives ClassNotFoundException for the class JarInputStream.With some browser it gives ClassCastException for the ZipEntry method. Pls. reply immediately if you find any solution to this problem. Thanks in advance, Rgds, Ashish
Replies:
|