哪个Open JDK版本应该下载用于CordApp环境?

huangapple go评论59阅读模式
英文:

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.

英文:

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.

huangapple
  • 本文由 发表于 2020年8月10日 20:54:01
  • 转载请务必保留本文链接:https://go.coder-hub.com/63340631.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定