简体   繁体   English

SDK的1.8和JDK_1.8.0之间的区别

[英]The difference between SDK's 1.8 and JDK_1.8.0

When I open a new directory in intelliJ and create a HelloWorld.java, it asks me to define a Project SDK, and it gives me two options 当我在intelliJ中打开一个新目录并创建一个HelloWorld.java时,它要求我定义一个Project SDK,它给了我两个选项
1.8 (java version "1.8.0_211") 1.8(java版“1.8.0_211”)
JDK_1.8.0 (java version "1.8.0_202") JDK_1.8.0(java版“1.8.0_202”)

One has a bunch of contents: /library/java/jvm/jdk1.8.0_211.jdk/contents/home/jre/.... 其中有一堆内容:/ library/java/jvm/jdk1.8.0_211.jdk/contents/home/jre / ....
The other has /Applications/IntelliJ IDEA.app/contents/home/jre/... 另一个有/ Applications / IntelliJ IDEA.app/contents/home/jre / ...


Are they the same? 它们是一样的吗?

I think the two are too similar for google to return valuable results 我认为两者太相似,谷歌无法返回有价值的结果

您不应该使用捆绑的JetBrains Runtime作为项目SDK,建议使用您的系统JDK来构建和运行您正在开发的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 “jdk1.8.0_121/bin”中的“java”文件和“jdk1.8.0_121/jre/bin”中的“java”文件有什么区别? - Whats the difference between the “java” file found in “jdk1.8.0_121/bin” and the one that's in “jdk1.8.0_121/jre/bin”? 为什么Android SDK-24需要JDK 1.8或更高版本进行编译? SDK-24中的JDK有什么区别? - Why android SDK-24 needs JDK 1.8 or later to compile? What is the JDK difference in SDK-24? JDK 1.8 和 JDK 16 之间的反射差异 - Differences in reflection between JDK 1.8 and JDK 16 Generic 中 jdk7 和 jdk8 有什么区别? - what's the difference between jdk7 & jdk8 in Generic? Groovy 1.6和1.8之间的区别 - Difference between Groovy 1.6 and 1.8 不同的java JDK文件有什么区别:default-java,java-1.8.0-openjdk-amd64,java-8-openjdk-amd64,java-8-oracle - what is the difference between different java JDK files: default-java , java-1.8.0-openjdk-amd64 , java-8-openjdk-amd64 , java-8-oracle JDK安装提示再次安装JRE。 jj外部和内部JDK文件夹之间的区别是什么? - JDK installation prompts to install JRE again. What's the difference between jre outside and inside JDK folder? ibm jdk和oracle jdk有什么区别? - What are the difference between ibm jdk and oracle jdk? Sun JDK和open JDK之间的区别 - difference between Sun JDK and open JDK JDK 6和JDK 7之间的有效时间戳记差异 - Valid TimeStamp difference between JDK 6 & JDK 7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM