I recently found a java post showing its possible to select which JDK major install is used to run a java program at the command line using java -version:1.#. This will let me choose between major versions of java, but not if there are multiple minor versions available.
Does anyone know if its possible to choose between multiple minor updates of java like java 1.7.67 and java 1.7.80?