Goal: check java\'s version on a machine (I can get this from java -version). Compare it with latest available from java website
java -version
I woul
System.getProperty("java.vm.specification.version"); System.getProperty("java.version");