Breadcrumbs

Installing Java

Breeze requires Java 64-bit version 22 or later installation to run. It is bundled in the installation on Windows and Linux, but for Mac it must be be installed separately.

Adoptium

Please follow this link, https://adoptium.net/temurin/releases?version=22 , you should get directed to the correct version based on your installed operative system (e.g. Mac or Linux). Choose your Operating System, Architecture type and set the Package Type to JRE.

image-20230810-073109.png


Increasing RAM available to Breeze on Mac

The default setting on Mac only allows up to 4 GB RAM. Follow these instructions to allow access to all RAM on your Mac.

  1. Right-click and open application content in Finder (open Breeze.app)

  2. Edit Info.plist according to this image

  3. Change this number to the memory (RAM) available on the computer, for example:

    1. -Xmx4000M = 4 GB

    2. -Xmx8000M = 8 GB

    3. -Xmx16000M = 16 GB

att_3_for_569311302.png