enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Why do I have to create an Oracle account just to download Oracle...

    www.reddit.com/r/java/comments/kiog5n/why_do_i_have_to_create_an_oracle...

    The Oracle OpenJDK at https://jdk.java.net is a full, supported and free distribution. There are also reference implementations hosted at that site, but that's tangential and serves a different purpose entirely. The main caveat with the Oracle OpenJDK distribution is that it's not supported for more than a couple of CPUs.

  3. Oracle JDK downloads page now require an Oracle account. Just to...

    www.reddit.com/r/programming/comments/d1irxc

    I am not familiar with the details of the support subscription, but I believe it includes two main services: 1. extended support: companies that prefer the new non-gradual update path over the new gradual update path because they like planned and budgeted upgrades can get security and bug fixes to old JDK versions; 2. critical bug fixes: subscribers can escalate critical bugs and get access to ...

  4. OpenJDK 11 download? I only find Oracle JDK! : r/java - Reddit

    www.reddit.com/r/java/comments/bs1rr7/openjdk_11_download_i_only_find_oracle_jdk

    Oracle JDK and Oracle's OpenJDK builds are both builds of the source project called OpenJDK. We can't say "identical" because they do have some differences (like different version strings, and a slightly different handling of legacy command line flags), so we say "functionally identical," which makes it sound like they're two implementations of ...

  5. Which Version of JDK Should I Use? : r/java - Reddit

    www.reddit.com/r/java/comments/10xsr23/which_version_of_jdk_should_i_use

    Avoid Oracle like poison. They keep doing flip flop in policies so don't believe what they say about their jdk distro. Use openjdk17 (non Oracle) for fresh projects. Just confirm if your organization has jdk17 based servers (if still on VM) . In case of docker it is relatively easy to setup.

  6. Java / Java SE / JDK / JRE - which is which and what do I want?

    www.reddit.com/r/javahelp/comments/odhrqc/java_java_se_jdk_jre_which_is_which...

    Nemo_64. •. The JRE is the Java Runtime Environment, you need it to run java applications. The JDK is the Java Development Kit, you need it to compile your code, it also includes the JRE. About Java SE and EE, to my understanding, I may be wrong here, SE is Standard Edition, what you use for personal use. Java EE is the enterprise Edition, is ...

  7. Oracle vs Oracle Open vs Adoptium JDK 17 : r/learnjava - Reddit

    www.reddit.com/.../comments/pq3wpo/oracle_vs_oracle_open_vs_adoptium_jdk_17

    Previously I thought the Oracle OpenJDK (from jdk.java.net) or the Adoptium JDK were the best completely free options for updating/upgrading to Java 17. I also thought that Adoptium would be superior in my case as it has a (potential, community based) longer support duration than six months. But now that the previously not free for all ...

  8. best OpenJDK Java 11 for various platforms : r/java - Reddit

    www.reddit.com/r/java/comments/fm09d0/best_openjdk_java_11_for_various_platforms

    This is not the "Oracle JDK" but Oracle's OpenJDK builds. It is not supported for a limited time, but provides perpetual free updates on the default, cheap update path, for companies that don't wish to perform costly upgrades. jdk.java.net only offers the current JDK, not builds of Updates Projects for old JDKs.

  9. Can't download Java 8 without an Oracle account? : r/learnjava -...

    www.reddit.com/r/learnjava/comments/bgecos/cant_download_java_8_without_an...

    To download it, an account is required but when signing up I need to enter a bunch of information such as job title, work phone, company name and such. I don't have a programming job, I'm just starting to learn now.

  10. Java 17 available now! : r/java - Reddit

    www.reddit.com/r/java/comments/po2tmo/java_17_available_now

    Java 17 LTS is the latest long-term support release for the Java SE platform. JDK 17 binaries are free to use in production and free to redistribute, at no cost, under the Oracle No-Fee Terms and Conditions License. Oracle JDK is now (as per Java 17) free for commercial and production use. Yeah.

  11. Why the need to login to get the JDK binary? : r/java - Reddit

    www.reddit.com/r/java/comments/d0lhb2/why_the_need_to_login_to_get_the_jdk_binary

    As the download page says, it is intended for Oracle's support customers. It directs those looking for Oracle's free JDK to jdk.java.net . The latest version (currently 12 as of this comment) should NOT require a login. And as @pron98 pointed out the free Oracle OpenJDK distros are available at jdk.java.net .