博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
是maven项目在指定JDK版本下编译和运行
阅读量:5873 次
发布时间:2019-06-19

本文共 1053 字,大约阅读时间需要 3 分钟。

hot3.png

Sometimes when you may need to compile a certain project to a different version than what you are currently using. The javac can accept such command using -source and -target. The Compiler Plugin can also be configured to provide these options during compilation.

For example, if you want to use the Java 8 language features (-source 1.8) and also want the compiled classes to be compatible with JVM 1.8 (-target 1.8), you can either add the two following properties, which are the default property names for the plugin parameters:

[...]
1.8
1.8
[...]
OR configure the plugin directly:
[...]
[...]
org.apache.maven.plugins
maven-compiler-plugin
3.8.0
1.8
1.8
[...]
[...]

 

转载于:https://my.oschina.net/yixinnemo/blog/2878800

你可能感兴趣的文章
<cf>Square
查看>>
全局变量的危险
查看>>
提高vs操作效率,vs 2008与vs 2010快捷键总结
查看>>
TABLE 多表头固定问题(基本jquery插件)
查看>>
Android之单元测试
查看>>
关于百度地图坐标转换接口的研究
查看>>
29.案例:递归
查看>>
activity
查看>>
优秀网页设计:25个精美的旅游网站设计示例
查看>>
深入浅出SQL Server中的死锁
查看>>
手把手玩转win8开发系列课程(12)
查看>>
App Store 审核指南
查看>>
cisco2950交换机上配置vtp
查看>>
一定话搞定CSS透明度问题
查看>>
一个WebRequest+代理+POST登录
查看>>
arm linux嵌入式开发入门与进阶---开发板推荐
查看>>
解决Window7x64安装IE10无法运行的问题
查看>>
做socket保持长连接的一些心得
查看>>
Lumia 800 7.10.8858.136
查看>>
The disk cannot be added to Cluster Shared Volumes because it does not have any suitable partitions
查看>>