Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+19 votes

My current windows version is 32-bit but all the Java Development Kit from website are all 64 bit versions.Can somebody help me find a 32-bit Java Development Kit ?

asked in CSC211_Winter2018 by (1 point)

1 Answer

+10 votes

Hmm... I think you'll need to download an older version of the Java Development Kit, like Java 8.

https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

This CSC 211 course doesn't use any of the new features of Java 11, so Java 8 will work fine for you!

Then you'll also need to make sure you download a 32-bit version of Eclipse too.

https://www.eclipse.org/downloads/packages/release/photon/r

answered by (508 points)
...