> From: JavaNetIn [mailto:[EMAIL PROTECTED] > Subject: Bad Class Version while compiling JSP Files on Tomcat > > bad class file: D:\j2sdk1.4.2\jre\lib\rt.jar(java/lang/Object.class) > class file has wrong version 48.0, should be 47.0
This error message is one generated by the javac compiler, and usually indicates that you have an old version of tools.jar in the classpath used in starting Tomcat. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
