javajarexecutable-jar

Between Runtime and compile time jdk version , which one can be greater


Which one of the two, runtime version and compile time version of a java program or a jar, should be greater or equal to the other? Edit : Also what should be the version of JRE System Library?


Solution