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 wrote:
> The 46 and 45 are magic numbers that the java compiler puts into byte-code. It looks
> like you are trying to compile with a older (and incompatible) version of javac than the
> servlet classes were compiled against.
>
> I've seen this before when an installation of Oracle added jdk1.1.8 when I was already
> using version 1.3...
That's pretty much what I guessed myself, but I when I checked the java version
number. I found
H:\BrilliantlyImaginativeDirectoryName\>java -version java version "1.4.1_04" java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_04-b01) Java HotSpot(TM) Client VM (build 1.4.1_04-b01, mixed mode)
This is the version of Java the Installation Wizard alledged that it was using when I isnatlled Tomcat -- in fact, it is the only version of Java on this paritcular machine. Has anyone ever made a list of exactly which versions of the Tomcat serlet.jar are compatible with whichversions of Java? Is there even documentation that describes which versions of javac the mystical version numbers '46' and ' 45 refer to?
Paul Gazis
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
