I got the following error while running my very simple JSP onTomcat 4.1. ser 2007-12-01 - By Caldarale, Charles R
Back > From: peri [mailto:ersoyperihan@(protected)] > Subject: I got the following error while running my very > simple JSP onTomcat 4.1. server > > class file has wrong version 49.0, should be 48.0
You appear to have multiple JRE/JDKs installed on your system. The above message would be displayed by a 1.4 JVM when encountering a class file created for a 1.5 or newer JVM. Try finding and removing the older JRE/JDK installations.
- 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@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|