NoClassDefFoundError错误之:javax/xml/bind/JAXBException

Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

环境:java10.0

解决方法:

(1)将maxcompute插件更新:没用

(2)安装jdk1.8:阿里云只支持到jdk1.8,因此进行java版本回退

期间,碰到问题:

a.环境变量配置问题

https://blog.csdn.net/weixin_41770169/article/details/84554365

b.debug后,intellij中的sdk配置:project structure中sdk配置

https://blog.csdn.net/li_894389175/article/details/80338955

阿里云平台:

https://help.aliyun.com/document_detail/93260.html?spm=5176.11065259.1996646101.searchclickresult.7f653b0coMl7H7

猜你喜欢

转载自blog.csdn.net/weixin_41770169/article/details/84555014