Hello, I'm trying to run my very simple JPS on tomcat 4.1 sever. I also use struts 1.1. framework (I know it is very old) Also I'm using JDK 1.6.03 and eclipse 3.3 ide. My problem is when I try to run my very simple JSP on tomcat I got following error.I cannot find out the reason of this error. Can anyone help me to solve this error? Thank you very much.
C:\Program Files\Apache Software Foundation\Tomcat 4.1\work\Standalone\localhost\Login\login_jsp.java:8: cannot access java.lang.Object bad class file: C:\Program Files\Java\jre1.6.0_03\lib\rt.jar(java/lang/Object.class) 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. public class login_jsp extends HttpJspBase { ^ 1 error
--------------------------------------------------------------------- To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)