i am using tomcat 7.0.23 in eclipse helios, and when trying to change the ports as follows:
- Tomcat Admin Port: 8008
- HTTP/1.1: 8081
- AJP/103: 11009
i am getting the following error:
Error occurred during initialization of VM
java/lang/UnsupportedClassVersionError: java/lang/Object : Unsupported major.minor version 51.0
please advise how to fix it, thanks.
EDIT: forgot to mention that i have another running instance of tomcat on this machine.
Problem solved after changing the eclipse tomcat JRE to match the one in the JAVA_HOME environment variable.