java.lang.NoClassDefFoundError:com/sun/tools/javac/code/TypeTags
程序员文章站
2022-04-22 10:33:01
...
在开发基于Maven的web项目时,可能会出现标题中的异常,详细的异常描述如下:
Can`t initialize javac processor due to(most likely) a class loader problem:java.lang.NoClassDefFoundError:com/sun/tools/javac/code/TypeTags 。
解决的办法非常简单,在pom文件中删除一下依赖即可:
<!-- Project Lombok -->
<!--<dependency>-->
<!--<groupId>org.projectlombok</groupId>-->
<!--<artifactId>lombok</artifactId>-->
<!--<version>0.11.6</version>-->
<!--<scope>provided</scope>-->
<!--</dependency>-->
上一篇: Oracle中使用序列和触发器实现单个字段值自增长
下一篇: 如何编写一个php扩展
推荐阅读
-
Error: java: java.lang.ExceptionlnInitializerError com.sun.tools.javac.code.TypeTags
-
mavendelpoy项目时报com.sun.tools.javac.code.TypeTags
-
java.lang.NoClassDefFoundError:com/sun/tools/javac/code/TypeTags
-
lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
-
idea 报错 java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags
-
maven编译报错:java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags
-
使用jdk11 maven编译报错:java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags
-
java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags
-
Maven之java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags异常分析
-
Error: com.sun.tools.javac.code.Symbol$CompletionFailure: file net\rim\device\in