Tagged Questions
0
votes
3answers
573 views
Mismatching JVM versions in deploying web-app between Eclipse and Tomcat
I have a web-app, built and compiled in Eclipse, which I want to deploy to my Tomcat 6 (I want to do it manually) and I get a UnsupportedClassVersionError exception which means the JVM tomcat is ...