在执行spark算子时产生的报错,其实很简单,,55对应的是jdk11,我当前工程不支持高版本,我一查,我idea的jdk版本竟然变成了jdk11,我的项目配置是jdk8,不匹配!,把idea的版本改成1.8就行了,吐了。。
相关文章
- Unsupported class file major version 55
- eclipse运行报错has been compiled by a more recent version of the Java Runtime (class file version 56.0)
- java.lang.UnsupportedClassVersionError: com/mysql/cj/jdbc/Driver : Unsupported major.minor version 52.0 (unable to load class [com.mysql.cj.jdbc.Driver])
- Caused by: java.lang.UnsupportedClassVersionError: com/zy/example/domain/Student : Unsupported major.minor version 51.0
- Decompiled .class file,bytecode version:51.0(Java 7) Source for 'Android API 23 Platform' not found
- maven与jdk版本不一致报:Unsupported major.minor version 51.0
- ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet
- ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet………
- java.lang.UnsupportedClassVersionError: TwoSum : Unsupported major.minor version 52.0
- androidstudio无法查看源码问题(Decompiled.class file,bytecode version:52.0(Java 8))