码迷,mamicode.com
首页 > 其他好文 > 详细

maven 程序包com.sun.image.codec.jpeg

时间:2017-05-22 13:44:44      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:arguments   com   UI   jre   conf   java   XML   mpi   erb   

在 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

标签:arguments   com   UI   jre   conf   java   XML   mpi   erb   

原文地址:http://www.cnblogs.com/onephp/p/6888876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!