package p; import java.util.jar.JarFile; public class Main { public int getVersion() { return JarFile.runtimeVersion().major(); } }