Closed vsgo222 closed 3 years ago
Can this package be built/run using a lower version of JRE? I am using JDK 1.8 and when try to compile it, it throws me an error. java: warning: source release 11 requires target release 11
java: warning: source release 11 requires target release 11
Since it contains java 11 code, the answer is no. You could probably checkout and earlier version and compile it with java 8.
Can this package be built/run using a lower version of JRE? I am using JDK 1.8 and when try to compile it, it throws me an error.
java: warning: source release 11 requires target release 11