I have to migrate my web app from Java 6 to Java 8. I have made a few code changes and compiled with Java. It was successful and my manifest.mf contains:- Manifest-Version: 1.0 Ant-Version: Apache Ant 1.9.6 Created-By: 1.8.0_171-b11 (Oracle Corporation)
But when running the compiled war on a linux virtual box (jre 1.6, tomcat 7.0.29) it does not throw major minor unsupported exception.
Is this normal?