I'm trying to compile a .java
and by doing:
$ javac archivo.java
The following warning appears:
It is recommended that the compiler be upgraded
I have the following versions:
$ javac -version
javac 1.7.0_80
$ java -version
java 1.7.0_80
So it is not an error to have a javac
in one version and java
in another.
Any idea how to solve it?