Is there a 64-bit version of Groovy for Windows 10?

0

1

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).

Yousef

Posted 2019-05-14T17:28:28.440

Reputation: 3

1This seems to indicate a 64-bit version already exist. – Ramhound – 2019-05-14T18:39:52.427

Answers

0

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

Posted 2019-05-14T17:28:28.440

Reputation: 8 101