> From: sam wun [mailto:[EMAIL PROTECTED] > OK, I followed your instruction to invoke the servlet class > file, but I got errors. [...] > root cause java.lang.UnsupportedClassVersionError: Bad version number in > .class file
You're compiling your class with a newer Java version than your Tomcat instance is running on. You probably want to find which JDK your Tomcat's running on, and change that to the same one that you're using for compilation. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]