I have uninstalled all Java versions using Add/Remove programs before I freshly installed JDK 1.4. This comes up as my current version when I do java -version command. Is there a way to find out if I have other JVM's installed along with 1.4?
Thanks, Chacko. -----Original Message----- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 10:32 AM To: Tomcat Users List Subject: RE: Tomcat 4.1 and JDK 1.4 error > From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] > Subject: Tomcat 4.1 and JDK 1.4 error > > bad class file: > c:\j2sdk1.4.1_05\jre\lib\rt.jar(java/lang/Object.class) > > class file has wrong version 48.0, should be 47.0 Your JVM installation continues to be hosed. Version 47 classes are the highest supported by 1.3, 48 is supported by 1.4. You still have an old JVM installed - get rid of it. I'd strongly suggest you remove _all_ JVMss that are anywhere on your system, and install at least 1.5, and preferably 6. Why do you insist on using such old software? If you're going to upgrade, get serious about it. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]