Maven 程序包com.sun.image.codec.jpeg不存在 问题的完美解决
1、问题?项目打包报错;
程序包com.sun.image.codec.jpeg不存在;
2、原因
尚不明确;由于jdk升级问题。才出现的,可能jdk6就不会出现;初步怀疑jdk的问题;
3、解决方案
通过配置maven-compiler-plugin插件可以解决此问题。
通过pom.xml文件修改解决
<plugin>
<groupId>org.a...
原创
2018-12-03 10:59:54 ·
913 阅读 ·
0 评论