About 143,000 results
Open links in new tab
  1. Where can I find old versions of the JDK and JRE? [closed]

    To test compatibility, I need to find old versions of the JRE and JDK. Where can I find download links to these files?

  2. How do I install an earlier version of Java for testing Windows app?

    Sep 2, 2021 · Go to Oracle's web page for downloading old updates of JDK 8 and JRE 8: It's a very long web page titled " Java SE 8 Archive Downloads (JDK 8u202 and earlier) ". To save …

  3. version - Downgrade to Java 6 - Stack Overflow

    Jan 8, 2016 · I have Java 8 installed on my computer, before it was Java 7. But I need to work with version 6. How can I install Java 6? On Oracle website, it is no longer possible to …

  4. JAVA_HOME and PATH are set but java -version still shows the old …

    When I execute java -version command to check the active java version, it shows the default (already installed open-jdk) java version. How can I override the default open-jdk with the one I …

  5. Can newer JRE versions run Java programs compiled with older …

    Jun 5, 2012 · TL;DR Java version almanac is the most comprehensive collection of all in compatibilities between all java versions ever released. Discussion You are mostly safe and …

  6. How to download old Java please - Stack Overflow

    Aug 14, 2018 · Make sure to download the JDK (Java Development Kit - used to make programs from code) and not just the JRE (Java Runtime Environment - used to run Java programs).

  7. Eclipse IDE: old versions - Stack Overflow

    May 29, 2021 · Open Download page where you can find latest&greatest version. Click on Download Packages link where you can find specific packages aka Eclipse IDE for Java …

  8. java - Why is Maven fetching old versions of parent dependencies ...

    Oct 8, 2024 · 0 I have a project with two Java packages: Package 1 (Parent) Package 2 (Child) depends on Package 1. The child package includes the parent as a dependency in its …

  9. Running applications on an old Java versions - Stack Overflow

    Nov 20, 2017 · I am not sure it is clear how old versions of Java can pose risks to applications and environments the biggest issue IMHO is if you use an obsolete JRE as a system …

  10. windows powershell command to uninstall all versions of java …

    Mar 24, 2016 · 0 Windows powershell command to uninstall all versions of Java except a specific version. This command should work in windows 7 & above. The following command uninstalls …