2

Is there a 64-bit version of Groovy? My OS is Windows 10.

I have been looking for days with no luck. The problem I have is that I need to use a 64-bit JVM with Groovy so that I can maximize the JVM heap size (I need more than 4G which is the maximum heap size when using 32-bit JVM).

Giacomo1968
  • 58,727
Yousef
  • 123

1 Answers1

2

According to the groovy-windows-installer walk-through guide on GitHub, it states that:

The installer detects whether the Java on the path is 32 bit or 64 bit and installs the appropriate executable and advises the user the detected endianness.

enter image description here

You can download the installer from Apache Groovy or access some older versions on Bintray.

DrZoo
  • 11,391