Question:
With Java, what's the difference between the JDK and the SDK???
Chad E.
2007-08-13 09:10:20 UTC
I just don't get it. I'm taking an intro do Java programming class, and the instructions are to download the Java SDK 1.5. All I see is JDK, Java EE, SDK, etc. What's the deal? Isn't JDK & SDK the same thing? If not, what's the difference?
Five answers:
csanon
2007-08-13 09:25:20 UTC
You want the JDK. (The one you get from going to Java SE and clicking on the download link for JDK).



SDK is a generic term (http://en.wikipedia.org/wiki/SDK ). Sun has a whole set of libraries and tools that make up their Java platform. But you don't want the entire thing (for example, right now, you do not need Java EE). You just want the essential core, the basic java compiler and core platform. They call that the JDK to differentiate it from the entire platform SDK as a whole.
Phil
2007-08-13 09:21:45 UTC
You only need to worry about the SDK and the JRE (java runtime environment ie. the client piece).



The SDKs contain the Sun Java System Application Server (Sun's supported distribution of GlassFish) and provide support for Java EE 5 specifications. The new Java Application Platform SDK features additional runtimes such as Open ESB with JBI and BPEL, Portlet Container, Dynamic Faces, jMaki (Ajax), Phobos, jRuby, Rome, Atom, REST, WADL, Blogapps, and Sun Java System Access Manager
graughard
2016-11-12 12:42:04 UTC
Java Ee Sdk
anonymous
2007-08-13 09:28:43 UTC
Both are same........There is no difference between JDK and JSDK

JDK ->Java Development Kit

JSDK ->Java Software Development Kit
sherlyn
2016-05-21 10:34:06 UTC
sdk is software develop kit. you could regard jdk as a sort of sdk


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...