Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Bad class file, wrong version

843836Feb 8 2005 — edited Feb 8 2005
Hi All,

When trying to uses a class I get this message :

-----------------------------------------------------------
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
errorMap.put(MyForm.ERR_EMAIL_ENTER, "Please enter an email address");
-----------------------------------------------------------
This message I get when I run the JSP page in the directory /webapps/ROOT

But when I run this in the directory /webapps/examples it works fine!

Any idea what's wrong?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 8 2005
Added on Feb 8 2005
1 comment
254 views