码迷,mamicode.com
首页 > 其他好文 > 详细

错误: 程序包com.sun.xml.internal.bind.v2.model.core不存在

时间:2021-07-08 17:44:06      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:pac   lib   tar   argument   apach   tcl   strong   bind   arguments   

1.问题描述

maven Install报错: 程序包com.sun.xml.internal.bind.v2.model.core不存在

解决

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerArguments>
<verbose />
<bootclasspath>${java.home}/lib/rt.jar</bootclasspath>
</compilerArguments>
</configuration>
</plugin>
加入上面那段,编译时可以识别到rt.jar包

错误: 程序包com.sun.xml.internal.bind.v2.model.core不存在

标签:pac   lib   tar   argument   apach   tcl   strong   bind   arguments   

原文地址:https://www.cnblogs.com/withlamb/p/14984519.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!