Incompatability between Applet and Browser
While trying to download some software from the net, using MS IE.I received the following error:
"The applet has failed for an unknown reason, possibly because of an incompatibility between this applet and your browser."
Does anyone know anything about it
However I've googled this error and didn't find anything but a single url, which wasn't that useful.
Thanks a lot in advance
[417 byte] By [
gr33ndataa] at [2007-9-29 15:25:01]

One reason I could guess is that this applet would have been developed in java 1.1 security model or may use your browser's security API. In early days this was the practice. Of late, most browsers started replacing them with the java 2 security model. Hence these applet developers would have enhanced(!) with preventing applet loading when the browser is old.
Another reason I could think of is that java might not have been loaded in your browser during its istallation. If you reinstall browser with java, u may avoid this error.
Regards,
Rajesh