I keep getting a ClassFormatError exception when my webpage that uses Java Plug-in Software 1.3 is loaded with HTTPS in Netscape Navigator. Why?
This is caused by an applet specifying a nonexistent .jar or .class file in the EMBED tag. Due to limitation of what information can be returned via HTTPS in Navigator, the web server’s “File Not Found” HTML page is returned instead of the appropriate status. This HTML page is treated as a .class file which causes the exception.
Related Questions
- I keep getting a ClassFormatError exception when my webpage that uses Java Plug-in Software 1.3 is loaded with HTTPS in Netscape Navigator. Why?
- I changed my browser setting when Java Plug-in Software is running, but it still uses the old settings after the change?
- I keep getting a ClassFormatError exception when my webpage is loaded with HTTPS in Netscape Navigator. Why?