在第一次运行server.jar 镜像文件的时候报错
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/minecraft/bundler/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
好像是说java版本不对,我后面换了java11或者java8都不行,这个要怎么解决啊。