I got the following error while running my very simple JSP on Tomcat 4.1. se 2007-12-02 - By Mark Thomas
Back peri wrote: > 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.
<snip />
> class file has wrong version 49.0, should be 48.0
This suggests you have a class compiled with a 1.5 JDK that you are trying to run on a 1.4 JVM. It looks like your JDK configuration isn't what you think it is. Does JAVA_HOME really point to a 1.6 JDK?
Mark
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|