当前位置:网站首页>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
边栏推荐
- 事件管理之一
- 系统与软件安全研究(四)
- Mongodb 启动警告信息处理
- Daily question | fear dominated by reverse linked list
- Rethink | open the girl heart mode of station B and explore the design and implementation of APP skin changing mechanism
- FUEL: Fast UAV Exploration using Incremental Frontier Structure and Hierarchical Planning
- Redis connection error err auth < password > called without any password configured for the default user
- 基于NLP的软件安全研究(一)
- TimelineWindow
- SAP DEBUG调试FOR IN、REDUCE等复杂的语句
猜你喜欢

使用flask时代码无报错自动结束,无法保持连接,访问不了url。

SAP 导出Excel文件打开显示:“xxx“的文件格式和扩展名不匹配。文件可能已损坏或不安全。除非您信任其来源,否则请勿打开。是否仍要打开它?

SVG中Path Data数据简化及文件夹所有文件批量导出为图片

Custom time format (yyyy-mm-dd HH: mm: SS week x)

SAP ECC连接SAP PI系统配置

js之排他思想及案例

Date object (JS built-in object)

Use of command line parameter passing library argparse

keytool: command not found

利用Lambda表达式解决c#文件名排序问题(是100大还是11大的问题)
随机推荐
js案例之求最大值,反转数组,冒泡排序
Robust and Efficient Quadrotor Trajectory Generation for Fast Autonomous Flight
快排的练习
SAP PI / Po rfc2restful Publishing RFC interface as restful examples (proxy indirect)
Methods of database query optimization
js之什么是事件?事件三要素以及操作元素
SAP PI/PO rfc2RESTful 发布rfc接口为RESTful示例(Proxy间接法)
Learn to use search engines
Game assisted script development journey
二叉树的深度
SAP CR传输请求顺序、依赖检查
学会使用搜索引擎
SAP pi / PO rfc2soap publishes RFC interface as WS example
js中对象的三种创建方式
SVG中年月日相关的表达式
MySQL index
NodeJS(四) 字符读取
对js中argumens的简单理解
SAP DEBUG调试FOR IN、REDUCE等复杂的语句
C#使用拉依达准则(3σ准则)剔除异常数据(.Net剔除一组数据中的奇异值)