英文:
Which Open JDK should I download for CordApp environment?
问题
我正在尝试创建CordApp环境,我拥有完整的Java 14软件包,带有最新版本的Git,IntelliJ IDEA,并下载了最近的一个版本。我应该下载哪个Open JDK?是Red Hat的Open JDK还是Zulu的Open JDK?
注意:我在我的计算机上下载了macOS High Sierra。
英文:
I am trying to create CordApp environment and I have full Java 14 packages, Git (with recent version), IntelliJ IDEA and I downloaded one of the most recent versions. Which Open JDK should I download? Red hat's Open JDK or Zulu's Open JDK?
Note: I have macOS High Sierra downloaded on my computer.
答案1
得分: 1
你应该使用Java 8,因为不支持Java 14。请参见:
https://docs.corda.net/docs/corda-os/4.5/getting-set-up.html
英文:
You should be running Java 8, as Java 14 is not supported. See:
https://docs.corda.net/docs/corda-os/4.5/getting-set-up.html
答案2
得分: 1
It's better to use Oracle JDK over Open JDK, for instance Open JDK doesn't have the JavaFX package (which has the Pair class) and you'd have to install it separately, while Oracle JDK has all the required packages.
See here the JDK's that are supported by Corda.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论