package com.sun.image.codec.jpeg does not exist

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/vmaps/article/details/84616876
 <plugins>
       <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.5</version>
           <configuration>
               <source>1.8</source>
               <target>1.8</target>
               <compilerArgument>-XDignore.symbol.file</compilerArgument>
           </configuration>
       </plugin>
   </plugins>

猜你喜欢

转载自blog.csdn.net/vmaps/article/details/84616876