How do I point a Maven to a different JDK?
How do I point a Maven to a different JDK? You can open up a new terminal and check the Maven version, ( mvn -version ) and you will find it is pointing to the Java 8 this time. Maven uses variable $JAVACMD as the final java command, set it to where the java executable […]