Add new comment

Please use a lower version of JDK to compile

The error message "unsupportedClassVersionError" means that, the JRE to run with is lower than the JDK to compile with.

You can use a lower version of JDK to compile, or specify a "-target" version when compile.

Please refer to the "-target" argument of 'javac'.