Talk:Java Development Kit

WikiProject Java (Rated Start-class, High-importance)
WikiProject icon This article is within the scope of WikiProject Java, a collaborative effort to improve the coverage of Java on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
Start-Class article Start  This article has been rated as Start-Class on the project's quality scale.
 High  This article has been rated as High-importance on the project's importance scale.
 

timeline of release as free software

The article is unclear and lacks sources about the timeline of Sun publishing JDK under the GNU GPL. They announced on May 8th that they have released the source code. Was anything released prior to May 8th? Does the May 8th release cover everything? Any help would be good. Thanks. Gronky 23:36, 9 May 2007 (UTC)

The exact dates are probablly burried on suns site somewhere but iirc what happened was we got a couple of little bits (the compiler and vm) first. Then we got the main code drop and there has been slow development on that since. There is not yet a release that is both fully functional and free of encumberments. Plugwash 20:55, 10 August 2007 (UTC)

Image copyright problem with Image:Java Logo.svg

The image Image:Java Logo.svg is used in this article under a claim of fair use, but it does not have an adequate explanation for why it meets the requirements for such images when used here. In particular, for each page the image is used on, it must have an explanation linking to that page which explains why it needs to be used on that page. Please check

  • That there is a non-free use rationale on the image's description page for the use in this article.
  • That this article is linked to from the image description page.

The following images also have this problem:

This is an automated notice by FairuseBot. For assistance on the image use policy, see Wikipedia:Media copyright questions. --23:33, 16 September 2008 (UTC)

java component == loader == interpreter == JVM? == HotSpot?

This article states the following about JDK's java component

  • java – the loader for Java applications. This tool is an interpreter and can interpret the class files generated by the javac compiler.

Is this java component the actual Java Virtual Machine (which imho for the JDK is HotSpot)? --Abdull (talk) 19:35, 3 October 2010 (UTC)

JDK vs. SDK

So, I've found pages from oracle.com that strongly suggest that they use the term JDK to refer to extra features accompanying the basic SDK needed to interpret Java source code into class files. The Java SE 7 JDK download page says that the JDK contains "tools for developing, debugging, and monitoring Java applications". The current download page for Java EE 7 offers Java EE with the SDK or with the SDK and JDK, which, by the way, makes abundantly clear that they do not use these terms interchangably. Note, however, that both bundles come with documentation, and so the inclusion of documentation is not what differentiates them, according to Oracle. The installation instructions for Java EE 7 SDK make clear that the "JDK 7" is required to use it. Interestingly, the link for "JDK 7" takes you to the Java SE JDK download page, which is specifically what they are referring to when they speak of the "JDK". There does not appear to be any kind of separate Java EE JDK or Java ME JDK.

Their readme on JDK 7 lists components in the JDK, but it is not clear at first glance which of these would be in a, say, Java EE SDK. Both obviously come with the JRE, but I'm not finding any reliable sources that straight-up compare the two.

And so, what we can say with certainty, according to what Oracle says and not according to so many web sites that quote this article:

  • JDK and SDK are considered two separate things
  • Java EE SDK can be downloaded with or without the JDK
  • The JDK they refer to is specifically the one for Java SE
  • There is no software package that Oracle calls "Java EE JDK" or "Java ME JDK". There is only the Java SE JDK.

So I'll have the article reflect this information. If anyone finds verification of another understanding of this, please share it here. Again, reliable sources are needed. Quoting from websites and forums that quote from older versions of this very Wikipedia article won't cut it. Ender and Peter 16:30, 10 July 2013 (UTC)