20

I'm a newbie,today I'm try to install GoLand.

It has a choice called "Download and install 32-bit Jetbrains Runtime".The image: enter image description here

I deselect and install it but I also could run my first hello world successfully.I try to search it in Google but nothing found.

System: Windows 10, 64-bit.(I think it might have the connection with Java but not sure.).Could someone tell me what it is?Thanks.

jizhihaoSAMA
  • 12,336
  • 9
  • 27
  • 49

1 Answers1

30

That is useful only if you need to install the JVM for 32 bit. Since you are running on a 64 bit machine, ignore it and use the IDE as is.

dlsniper
  • 7,188
  • 1
  • 35
  • 44
  • Just curious.What does it do on a 32-bit device?64 bit machine could also install 32 bit JVM. – jizhihaoSAMA May 14 '20 at 15:23
  • 2
    It's preferable to use a native 64 bit app, whenever possible, and the JVM makes no exception. But there may be cases/limitations/restrictions when a 32bit JVM is required or our support team might need to ask you to use it. Until that happens, use the 64bit version (default, don't check the option there). – dlsniper May 14 '20 at 19:16