解决 Club1.4 maven构建不成功能问题, (少java.lang)

<plugin>
    <artifactId>maven-compiler-plugin</artifactId>                                                               
    <configuration>                   
        <source>1.8</source>                                       
        <target>1.8</target>
        <encoding>UTF-8</encoding> 
        <compilerArguments>            
            <extdirs>src\main\webapp\WEB-INF\lib</extdirs> 
            <verbose /> 
            <bootclasspath>${java.home}\lib\rt.jar;${java.home}\lib\jce.jar</bootclasspath>
        </compilerArguments>
    </configuration>
</plugin>


评论区

JFinal

2018-05-08 10:43

有几个人碰到了,是我把 ";" 写成了 逗号

windwos 上用 ";" 即中, 其它操作系统用冒号 ":"

感谢分享

Sohnny

2018-05-09 09:28

热门分享

扫码入社