That ever-popular 'wrong version:46, expected 45' message

2003-08-19 Thread Paul R Gazis
I'm running the J2SE 1.4.1_04 SDK and Tomcat 4.1.27 under Windows 2000. The Tomcat installation runs fine, but try as I might, I cannot compile code that imports any of the servlet classes. Attempts to do so yield that damnable error message: Invalid class file format in {my tomcat

Re: That ever-popular 'wrong version:46, expected 45' message

2003-08-20 Thread Paul R Gazis
John Corrigan wrote Haven't seen/heard anything about this error, but it looks to me like maybe you have an older version of servlet.jar in your ext directory That does not seem to be ther problem. There is only one servlet.jar, right where it should be in the Tomcat common lib Jon Wingfield

Re: That ever-popular 'wrong version:46, expected 45' message

2003-08-20 Thread Paul R Gazis
Larry Meadors writes: You have a old version of the tools.jar file. Get rid of it. I checked yesterday after looking through old message on this archive and I don't see how that can be the problem. I have precisely two copies of the tools.jar file, one in my j2sdk1.4.2, and one in my