Java cross platform compile and running
JDK and JRE mismatch In general, the compiled class can running cross platform if there is not platform specific coding inside, however there is another condition for cross platform compile and running – JDK and JRE mismatch. Let us say you compile class on Win 7 using J2SE 8, you …