It shouldn't be that difficult, the Java chat client used to work quite well.
Announcement
Collapse
No announcement yet.
Java chat trouble
Collapse
X
-
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
-
"SecurityException: class "ident"s signer information does not match signer information of other classes in the....." What's wrong?
The problem is caused by a change in the security model between JDK 1.1 and the Java 2 platform. In the Java 2 platform, classes from the same package are required to be signed from the same signer. Apparently, classes from the same package in your applet are signed from different signer, so the error message was displayed. To fix this issue, you may want to contact the web site and ask them to sign the applet properly."We are living in the future, I'll tell you how I know, I read it in the paper, Fifteen years ago" - John Prine
Comment
-
Originally posted by Martin Gühmann
It even does not work if I start slow M$ I¤ 5.5. So it is the Java Virtual Machine, so Marcos when will the chat work with a good JVM?
-Martin(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Comment
Comment