Hmmm... thanks for your jar-file, but I still get the error message: "Exception: java.lang.ClassFormatError: Client(Bad magic Number)" The other applet still works fine though. What could I have forgotten? How come the server can't connect to the client?
My applet code looks like this:
<applet code=Client.class archive=Client-nopackage.jar width=100% height=100%>
<param name=port value=7777>
<param name=user value=\"test\">
<param name=password value=\"test\">
<param name=channel value=carnage>
</applet>