Sun
Sun

Reputation: 3564

Download and Install IntelliJ in Windows 32 bit OS

I am trying to IntelliJ in Windows 7 32 bit OS based on documentation.

I downloaded IntelliJ latest. And tried to install it saying "it does not work for 32 bit."

I read a statement that

JRE for 32-bit systems is not bundled with IntelliJ IDEA. If you are using a 32-bit version of Windows, select the Download and install JRE x86 by JetBrains checkbox in the installation wizard.

But I am not getting any wizard.

Upvotes: 6

Views: 32868

Answers (7)

Lionmaru
Lionmaru

Reputation: 180

Use IntelliJ IDEA with JBR 8 for example 2019.3.1 - Windows with Bundled JBR 8 (exe)

Upvotes: 0

Abhi
Abhi

Reputation: 115

use idea64.exe instead of idea.exe No need to modify any thing.

Path: IntelliJ_Home\bin\idea64.exe

example: C:\abhietc\installation\id\ideaIC-2021.1.2.win\bin\idea64.exe

Upvotes: 0

Jay Y
Jay Y

Reputation: 71

IntelliJ IDEA 2018.3.6 precisely supports 32-bit Windows OS (checked on Windows 7 x86). I've also checked version 2019.3.1 (.exe and .zip) but it supports 64-bit systems only.

Upvotes: 5

Saurabh
Saurabh

Reputation: 7833

Faced same issue ,downloaded zip file of intellij which contains 32 bit runtime (2019.3 for Windows ZIP Archive (zip)) instead of installer file

Upvotes: 0

Teester
Teester

Reputation: 141

Download a version on IntelliJ Idea with bundled JBR8 from the other versions page of the Jetbrains website.

Upvotes: 4

Sumit Kumar
Sumit Kumar

Reputation: 11

Download 2017.2.7 version of idea to have 32 bit launcher.

Upvotes: 1

the_ritz
the_ritz

Reputation: 352

Download an older version of IntelliJ. They have other versions available. Read the release notes and find the one that suits your requirements. The 2017 release should work. You will have to manually install the JDK package though. There's a discussion on that. To be completely honest, support for Windows 7 has almost completely faded out on all applications, since it is now considered obsolete. Check if Eclipse/BlueJ satisfies your requirements. You might also want to try deleting all the IntelliJ software and restarting your computer, then go through the download process carefully.

BlueJ v 4.1.4 supports 32-bit systems. Most IDEs now work with Java 11 and beyond, and Java 11 itself requires 64-bit systems. As the BlueJ website states, over 95% of users have a 64-bit system now, so 32-bit is a waste of development resources.

Upvotes: 3

Related Questions