Howdy,

>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?

I think it's roughly:
46 - JDK 1.2.2
47 - JDK 1.3.0
48 - JDK 1.4.0

You can use BCEL (http://jakarta.apache.org/bcel/) to confirm/correct
the above (I'm only about 50% sure of the above) if you'd like.

This error comes up when you're trying to run classes compiled in a
newer JVM than the one you're running.  If you compile the classes
yourself on this machine and there's only one JVM on this machine, I'm
stumped ;)  If neither of those is true, make sure your only JVM on this
machine is the latest JVM possible.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to