I compiled a servlet with JDK 7.
I use Tomcat as servlet container. But it uses an old version of JVM 1.6.
Now I have an Error of Unsupported major.minor version.
Which one do I have to change ?
- the JVM of Tomcat
OR
- the JDK of my mac ? how to change JDK only for the compilation using cmd-line of one file ?
