Das hier funktioniert nicht:
<html>
<head>
<title>Mein erstes Applet</title>
</head>
<body>
<applet code="Applet01.class" archive="Applet01.jar" codebase="C:/jdk1.1.8/Java"
width="640"
height="100">
</applet>
</body>
</html>
Das nicht komprimierte Applet läuft problemlos.
Sieht jemand den Fehler?