skip to Main Content

I am transitioning from php to java. Eclipse is my chosen ide for development.
When I go to Oracle’s website, I’m failing to locate jdk13 for windows 32 bit / x86. I’ve tried searching their website to no avail.
Here is the link I tried: https://www.oracle.com/technetwork/java/javase/downloads/index.html.
My question is:
1. Is there somewhere else I can get a download file.
2. If not, would jdk12 still have support, and would it work with the latest version of Eclipse.

Again, I’m new to this. Sorry if the answer is obvious.

3

Answers


  1. try downloading from OpenJDK (it doesn’t require you to create an account etc.) here . I don’t know if they support 32-bit but you can look around.

    Login or Signup to reply.
  2. Please follow the steps below:

    • Open this link in browser ;
    • Click on Accept License Agreement (radio button) ;
    • Click on jdk-8u201-windows-i586.exe to download Windows x86 (32 bits version of JDK).
    Login or Signup to reply.
  3. Avoid Oracle, AdoptOpenJDK is a good source: https://adoptopenjdk.net/ With regards to ver 13, have a look here: https://adoptopenjdk.net/archive.html?variant=openjdk13&jvmVariant=hotspot

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search