City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Jdk-8 is a long term support version of the jdk, but its not the latest, the latest LTS version is jdk-17, the thing is that jdk-8 is still one of the most used LTS versions. Code developed with jdk-8 can still run with jdk-18, but the other way around is not possible because there are features that have been introduced since jdk-8 that dont ...

  3. What is the point of all these new Java versions when Java 8 is...

    www.reddit.com/r/java/comments/mu4sar/what_is_the_point_of_all_these_new_java...

    Since many projects are still on Java 8, most libraries maintain JDK 8 compatibility even if updated for JDK 11+ compatibility. As a library maintainer, I also made sure to be Java 8 compatible (this will change at the latest when JDK 17 is released because keeping JDK 8 compatibility is slowing my development).

  4. Where can I download Java 8? : r/Minecraft - Reddit

    www.reddit.com/r/Minecraft/comments/qir1gw/where_can_i_download_java_8

    I'm on a new laptop, and it didn't have any Java stuff installed. I installed the latest version of Java fine, but it turns out it was the wrong one for what I needed and only works with Forge 1.17.1 and 1.17.1 JAR files. I found the link to get the Java SE Development Kit 8 Download, but this time it's asking me to log in to do it. Alright ...

  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

    For sometime (Java 8 and before) there was could be some compatibility issues, as the code that Sun open sourced wasn't enough for a full Java environment. There was still some proprietary code they couldn't provide (most notably font rendering & sound), so RedHat developed IcedTea, which provided open source implementations for that.

  6. What are the differences between Java 8 and Java 17? : r/java -...

    www.reddit.com/r/java/comments/12fowwd/what_are_the_differences_between_java_8...

    Always use java almanac to compare different versions of java and also keep yourself updated about different versions of java. Comparing in detail java 8 vs java 17 using it, provides very detailed information. Realistically java 8->17 has 3 features worth caring about: Java almanac is your friend: https://javaalmanac.io/.

  7. Where is java 8? (Debian 12) : r/debian - Reddit

    www.reddit.com/r/debian/comments/17vpzlm/where_is_java_8_debian_12

    Temurin Java 8's EOL (currently Nov 2026) is later than Java 11's EOL (currently Oct 2024). Given that Dataflow is basically Apache Beam, and that Beam currently supports Java 17 (EOL currently Oct 2027), I would expect Dataflow to support Java 17 or possibly even Java 21 (if Beam gains support for it soon) to be coming in the next few months.

  8. 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...

    JRE is the Java runtime environment and this is the thing required to run, but not create, Java programs. JDK is the Java Development Kit and has the tooling to create programs and it also includes the JRE. Reply reply. CrackedRose99. •. There are specifications for Java. One for the language and standard libraries.

  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...

    Java 8 can't be downloaded at all without logging into to Oracle. You can make a spoof account using something like a disposable email service. No. You e.g. won't have a postal address on the spoof account.

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

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

    Download Amazon Corretto 8; it’s their open-source version of the JDK. You can also use OpenJDK, but I like Corretto because it has JavaFX built-in unlike OpenJDK. Reply reply

  11. Clarification of OpenJDK 8 end of life : r/java - Reddit

    www.reddit.com/r/java/comments/ssf228/clarification_of_openjdk_8_end_of_life

    OpenJDK does not have official LTS builds, as in those distributed by oracle on jdk.java.net. The Oracle LTS effort is proprietary. Under the OpenJDK project, there is a community effort to maintain LTS openjdk, which is contributed to by basically every JDK contributor except oracle. There are a bunch of open-source builds of this LTS effort.