Exception in thread "main" java.lang.UnsupportedClassVersionError: testAnnotation1/FruitRun : Unsupp

来源:互联网 发布:游龙网络靠什么赚钱的 编辑:程序博客网 时间:2024/06/05 20:35


down voteaccepted

You compiled the .class for one version and tried to run it on an older version.

解决办法:使编译和运行的jdk 和jre是同一个版本

5down voteaccepted

You compiled the .class for one version and tried to run it on an older version.

0 0
原创粉丝点击