Talk:Java Development Kit

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

timeline of release as free software[edit]

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)[reply]

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)[reply]

Image copyright problem with Image:Java Logo.svg[edit]

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)[reply]

java component == loader == interpreter == JVM? == HotSpot?[edit]

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)[reply]

JDK vs. SDK[edit]

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)[reply]

  • If they are different things I do not think the article ought to include a discussion at all, and if they are the same thing it seems equally irrelevant. This may have been relevant at the time but I have not heard anyone use the term 'SDK' when meaning 'JDK' in the context of Java in recent times. Bsdrevise (talk) 16:27, 23 October 2021 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just added archive links to one external link on Java Development Kit. Please take a moment to review my edit. If necessary, add {{cbignore}} after the link to keep me from modifying it. Alternatively, you can add {{nobots|deny=InternetArchiveBot}} to keep me off the page altogether. I made the following changes:

When you have finished reviewing my changes, please set the checked parameter below to true to let others know.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—cyberbot IITalk to my owner:Online 14:54, 29 January 2016 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just modified one external link on Java Development Kit. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 23:06, 22 November 2017 (UTC)[reply]

Change Article Heading[edit]

Since the focus of the article is clearly on the implementation by Oracle it is misleading for the page to be called what it is with the distribution of the JDK by other vendors (Azul, SAP, Red Hat, Eclipse, Amazon) based on the OpenJDK. I propose it be renamed to 'Oracle Java Development Kit' or a similar title such as 'Oracle distribution of the Java Development Kit'.

I have also shifted focus to the current release, which no longer supports Sparc or 32 bit Intel processors. The article needs a complete rework which I have started on. Bsdrevise (talk) 14:58, 23 October 2021 (UTC)[reply]

LTS releases[edit]

Should probably incorporate still existing LTS releases, or at least mention them, but given you need an account just to access them the focus is clearly on current versions. Bsdrevise (talk) 16:29, 23 October 2021 (UTC)[reply]

New Layout[edit]

Proposal for possible sections

  • History - Covering the origins from Sun
  • Contents - Covering the contents of the JDK (tools, policies, header files, library files)
  • Alternatives - Covering other JDKs, this should also focus on the differences between them
  • Long Term Support (LTS) - Covering simultaneous existing releases

Bsdrevise (talk) 16:35, 23 October 2021 (UTC)[reply]