JDK和Java SDK的区别

2022-10-18Java开发问题
2

本文介绍了JDK和Java SDK的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

这两个术语之间有什么实质性区别吗?我了解 JDK 代表 Java Development Kit,它是 SDK(软件开发工具包)的子集.但是指定Java SDK,应该和JDK一样.

Is there any substantial difference between those two terms?. I understand that JDK stands for Java Development Kit that is a subset of SDK (Software Development Kit). But specifying Java SDK, it should mean the same as JDK.

推荐答案

从此维基百科条目:

JDK 是一般意义上的软件开发工具包 (SDK) 的一个子集.在最近发布的 Java SE、EE 和 ME 的描述中,Sun 承认根据他们的术语,JDK 构成了负责编写和运行 Java 程序的 SDK 的子集.SDK 的其余部分由额外的软件组成,例如应用服务器、调试器和文档.

The JDK is a subset of what is loosely defined as a software development kit (SDK) in the general sense. In the descriptions which accompany their recent releases for Java SE, EE, and ME, Sun acknowledge that under their terminology, the JDK forms the subset of the SDK which is responsible for the writing and running of Java programs. The remainder of the SDK is composed of extra software, such as Application Servers, Debuggers, and Documentation.

额外软件"似乎是 Glassfish、MySQL 和 NetBeans.此页面比较了您可以为 Java EE SDK 获得的各种包.

The "extra software" seems to be Glassfish, MySQL, and NetBeans. This page gives a comparison of the various packages you can get for the Java EE SDK.

这篇关于JDK和Java SDK的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End
SDK JDK

相关推荐

Eclipse-找不到JDK
Eclipse- JDK not found(Eclipse-找不到JDK)...
2024-08-25 Java开发问题
6

《安卓创造》在 Windows 7 中调用失败 - 缺少 JDK
quot;Android Createquot; call fails in windows 7 - missing JDK(《安卓创造》在 Windows 7 中调用失败 - 缺少 JDK)...
2024-08-25 Java开发问题
13

使用特定 jdk 启动 SonarQube 服务器
start SonarQube server with specific jdk(使用特定 jdk 启动 SonarQube 服务器)...
2024-05-09 Java开发问题
76

LDAP:如何返回超过 1000 个结果(java)
LDAP: How to return more than 1000 results (java)(LDAP:如何返回超过 1000 个结果(java))...
2023-10-14 Java开发问题
0

如何解决“WILL_NOT_PERFORM"?尝试使用 unboundid LDAP SDK 在 scala
How do I resolve quot;WILL_NOT_PERFORMquot; MS AD reply when trying to change password in scala w/ the unboundid LDAP SDK?(如何解决“WILL_NOT_PERFORM?尝试使用 unboundid LDAP SDK 在 scala 中更改密码时,MS AD 回复?) - IT屋-程序员软件开发技术...
2023-10-14 Java开发问题
7

JDK6 中的 TimeZone.setDefault 更改
TimeZone.setDefault changes in JDK6(JDK6 中的 TimeZone.setDefault 更改)...
2023-09-25 Java开发问题
5