Get Java Version from Java Posted on March 29, 2012 by torrancejones public class myGetVersion { public static String getVersion() { return System.getProperty("java.version"); } }