1. Open in Finder the directory that contains the BEAST [v1.10.4.app](http://v1.10.4.app/)
2. Control-click to Show Package Contents
3. Open in a text editor Info.plist
4. Change this line:
<string>-Xmx2048M</string>
to now read
<string>-Xmx2048M -Djava.library.path=/usr/local/lib</string>
5. Save and re-execute BEAST [v1.10.4.app](http://v1.10.4.app/)
As far as I can tell, these issues do not arise when using the command-line script `beast` since that script already adds the necessary java.library.path VM option.```
Add: ` <string>-Xmx2048M -Djava.library.path=/usr/local/lib</string>` to Mac build.
From BEAST Users: