当前位置:网站首页>Unable to process jar entry [module info. Class]
Unable to process jar entry [module info. Class]
2022-04-23 07:47:00 【Brother Bing】
Running environment :
Java edition :11.0.10operating system :Window 10
maven edition :3.8.1
tomcat7 The plug-in version :2.2
Problem description :
Use manven
start-up tomcat7
An error is reported after the plug-in , Error is as follows :
serious : Unable to process Jar entry [module-info.class] from Jar [jar:file:/E:/myRepository/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar!/] for annotations
Cause analysis :
`jaxb-api` Too high version results in , Find out where it is , Just exclude its dependencies .Solution :
Look, the solution of many bloggers on the Internet is to find jaxb-api
jar package , Open it with decompression software 【 It's not decompression 】, Put the inside module-info.class
Folder deletion , I tried it myself , It can really solve the problem , But I always feel that there is something wrong with this way , It's impossible to delete it every time you download it . Here's my solution , You see, you need to take it with you !
<!-- Tencent cloud SMS relies on -->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>3.1.270</version>
<exclusions>
<!-- Exclude the introduction of associated dependencies -->
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
版权声明
本文为[Brother Bing]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230625585245.html
边栏推荐
- Apache Hudi 如何加速传统的批处理模式?
- 双面显示的shader
- Simple random roll call lottery (written under JS)
- What are the total number of all courses of Mr. Tang Xiaoyang, who is very popular in CSDN (question mark)
- ABAP CDS VIEW WITH ASSOCIATION示例
- NodeJS(六) 子进程操作
- The difference and application of VR, AR and MR, as well as some implementation principles of AR technology
- js之函数的两种声明方式
- C#操作注册表全攻略
- Redis connection error err auth < password > called without any password configured for the default user
猜你喜欢
中间人环境mitmproxy搭建
SAP ECC连接SAP PI系统配置
设置了body的最大宽度,但是为什么body的背景颜色还铺满整个页面?
SAP Excel 已完成文件级验证和修复。此工作簿的某些部分可能已被修复或丢弃。
SAP DEBUG调试FOR IN、REDUCE等复杂的语句
FSM finite state machine
js之节点操作,为什么要学习节点操作
Install and configure Taobao image NPM (cnpm)
Understanding the Role of Individual Units in a Deep Neural Networks(了解各个卷积核在神经网络中的作用)
利用Lambda表达式解决c#文件名排序问题(是100大还是11大的问题)
随机推荐
系统与软件安全研究(五)
Nodejs (I) event driven programming
Samplecamerafilter
Judge whether the beginning and end of the string contain target parameters: startswith() and endswith() methods
SVG中Path Data数据简化及文件夹所有文件批量导出为图片
ABAP CDS VIEW WITH ASSOCIATION示例
js之什么是事件?事件三要素以及操作元素
canvas学习第一篇
Rethink | open the girl heart mode of station B and explore the design and implementation of APP skin changing mechanism
SAP ECC连接SAP PI系统配置
快排的练习
js之DOM事件
大学学习路线规划建议贴
Dropping Pixels for Adversarial Robustness
系统与软件安全研究(三)
Hot change scheme and dynamic update strategy of mobile game
SAP Excel 已完成文件级验证和修复。此工作簿的某些部分可能已被修复或丢弃。
c#读取INI文件和向ini文件写入数据
Moment. Format of format method function in JS
二叉树的深度