gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
59 stars 38 forks source link

Resolve mac os big sur compatibility issues #137

Closed jhaisley closed 3 years ago

jhaisley commented 3 years ago

Mac OS Big Sur introduces several incompatibilities.

This version depends upon java 8 being installed via homebrew.

To install homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

To install Java 8: brew tap adoptopenjdk/openjdk brew install --cask adoptopenjdk8