Hi,
ich möchte dieses Java Applett auf meinem Laptop ohne Internetanbindung zum laufen bringen.
http://www.nv.et-inf.uni-siegen.de/pb2/teaching/ant/applets/faltung/Faltung.class
ich starte das ganze über die Konsole mit
appletviewer G:\korrelation.html
und in korrelation.html steht
<html>
<head>
<title>ZESS - PB2</title>
</head>
<body>
<applet code="Faltung.class" width=700 height=600 alt="Faltungs- Korrelations-Applet" name=applet>
<PARAM name = "maxX" value="750">
<PARAM name = "maxY" value="580">
</applet>
</body>
</html>
Als Fehlermeldung bekomme ich:
Start: Applet nicht initialisiert