I'm trying to compile a Java source code with javac
in a Linux terminal allocated in a machine that I have not permission to modify its Java version. Now it has 1.7.0_111 version, and the result I obtained is:
How can I manage to compile my code? Is there any manner to compile my source code using compatibility mode?
Thank you.