solving java.lang.ClassFormatError: Field "has inconsistent hierarchy" in class

H

hiwa

One probable cause is that your compiler version and JRE version that
Tomcat uses are different. For example, 1.5 vs. 1.4.
 
R

Ryan Stewart

hiwa said:
One probable cause is that your compiler version and JRE version that
Tomcat uses are different. For example, 1.5 vs. 1.4.
You would get an UnsupportedClassVersionError for that. Besides which, the
stack trace posted is from Tomcat 5.5.4 which runs on Java 1.5, so Java
version isn't likely to be the problem. Unless someone is trying to run
Tomcat 5.5.4 on Java 1.4. There's no telling what that would do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top