> I am new to JBoss and hope that this question is not a waste of your time.
Next time try searching the list archive. This very question was answered
not two weeks ago.
Somehow you have managed to use two different compilers.
This happened to me at one time - I had my editor set up to shell the 1.2.2
compiler on the active file, but I compiled some of the sources from the
command line - and JAVA_HOME pointed at the 1.3 compiler. Because (this is
why I switched to the command line) I was using wildcards to compile all the
classes in a folder, stuff that I'd already put in JAR files got
accidentally recompiled with 1.3 before being used to compile dependent
classes, causing it to have a different magic number from the version in the
JAR. This is what causes the bad magic number error.
Tidy up your environment and make sure you compile everything with the same
compiler. And turn off HTML message format before anyone gets annoyed.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user