I want to uninstall everything related to java 9 in linux, in order to install Oracle Java 1.8.
When entering java -version
I get: " -bash: /usr/bin/java: No existe el archivo o el directorio"
.
But when doing javac -version
I get "javac 9.0.1"
.
What is it? Could it be that the java package has not been completely uninstalled yet? How can I erase everything?