|
Java™ by example!
|
|
|
Why do I get a java.lang.ClassFormatError when I try to load my applet?
This is a common mistake that occurs when you have ftp'ed (uploaded) your .class files under the ascii format instead of the binary format. Just binary ftp your files again.
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|