1. 程式人生 > >maven 程序包com.sun.image.codec.jpeg

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

content compiler ont art blog uil jre mach rt.jar

在 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