英文:
how to check java code compatibility with lower jre version
问题
我用jdk-14.0.1编写了我的Java代码(使用Maven),但我需要确保它可以在jre 1.8上运行。我该如何检查我的代码是否与jre 1.8兼容?
英文:
I wrote my java code (maven) using jdk-14.0.1. but I need to ensure that it would run on jre 1.8.
How can I check if my code is compatible with jre 1.8?
专注分享java语言的经验与见解,让所有开发者获益!
评论