maven 程序包com.sun.image.codec.jpeg
Posted 一根PHP
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven 程序包com.sun.image.codec.jpeg相关的知识,希望对你有一定的参考价值。
在 Pom.xml 增加
<build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> <compilerArguments> <verbose /> <bootclasspath>/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib/rt.jar</bootclasspath> </compilerArguments> </configuration> </plugin> </plugins> </build>
仅适用1.7 jdk
以上是关于maven 程序包com.sun.image.codec.jpeg的主要内容,如果未能解决你的问题,请参考以下文章
解决maven无法加载本地lib/下的jar包问题(程序包XXX不存在)
maven项目引用淘宝SDK的JAR包,打包成WAR包提示:程序包***不存在的解决方案
导入spark程序的maven依赖包时,无法导入,报错Unable to import maven project: See logs for details