-1

I wanted to install Java 11 on my Windows 32-bit System.

I've searched this Official Java 11 Download Page doesn't contain any download for a 32-bit system.

![image|690x451](upload://eydqHMGEHusQpITxQz268orsb7p.png)

But still I didn't lose my hope, I saw this site

enter image description here

But when I saw the 2012r2, I think it won't work for my 2009 Windows 7 32-it system, but anyways its a different version than Java Official one.

I even saw this page

It is about Java 9 but even though I don't think the command (which is in the 1st post) doesn't work (I haven't tested it yet).

Mat
  • 202,337
  • 40
  • 393
  • 406
B.S.S.SRIKAR
  • 27
  • 1
  • 1
  • 4
  • 3
    Please don't fill your question with emojis and your feelings. This is not Facebook. – akuzminykh Dec 04 '21 at 12:57
  • 3
    (1/2) Regarding "Urgent/ASAP" (source: [link](https://stackoverflow.com/questions/32140476/need-to-store-a-2d-list-but-not-using-array#comment52170418_32140476)): "You would be wise not to state this in your posts. Even if it is urgent to you, realize that it is not urgent to us. Many here take offense to this as it implies to them that a) the poster thinks that his post is more important than everyone else's (and it isn't since **all** questions here are equally important), and b) that the poster wants to put pressure on the volunteers who come here to help on their own free time." – Pshemo Dec 04 '21 at 13:06
  • 1
    (2/2) Also please see: [Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers?](https://meta.stackoverflow.com/q/326569) – Pshemo Dec 04 '21 at 13:06
  • Ok! I will follow these from the next time... – B.S.S.SRIKAR Dec 04 '21 at 13:16
  • 1
    Since the https://adoptium.net/ allows you to select Window 32 bit, why don’t you download and try to install that version? Perhaps, it still works even if not officially supported. You don’t know if you don’t try. – Holger Dec 08 '21 at 15:25
  • Sure @Holger I will try installing it – B.S.S.SRIKAR Dec 10 '21 at 06:58

2 Answers2

3

You won't find an Oracle supported release for Java 11 on 32bit Windows. Oracle stopped distributing 32 bit Java builds for Windows after Java 8.

According to https://bell-sw.com/pages/supported-configurations/ Liberica Java 8, 11 and 17 are available for 32 bit Desktop Windows and supports Window 7 SP1, Windows 8 and Windows 10.

There may be other alternatives too.

However. Windows 7 is nearly 2 years beyond end-of-life. You should have upgraded your system.

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216
1

There are other ways we can use JAVA 11 for 32-bit OS, there are some 3rd party website which has been confirmed by JAVA community provides JAVA 11 for 32-bit

As an example Amazon Corretto. Follow the below link for more details

https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html

Iqbal
  • 11
  • 1