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 #138

Open jhaisley opened 3 years ago

jhaisley commented 3 years ago

Mac OS Big Sur introduces several incompatibilities.

This depends upon java 8 being installed via homebrew or the adoptopenjdk website.

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

mjguzdial commented 3 years ago

Thank you, Jordan!

Mark Guzdial, mjguz@umich.edu

On Tue, Jan 26, 2021 at 9:15 AM Jordan Haisley notifications@github.com wrote:

Mac OS Big Sur introduces several incompatibilities.

This depends upon java 8 being installed via homebrew or the adoptopenjdk website.

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

You can view, comment on, or merge this pull request online at:

https://github.com/gatech-csl/jes/pull/138 Commit Summary

  • Resolve mac os big sur compatibility issues

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gatech-csl/jes/pull/138, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN7JU2GYYHFMOMJR3Q7YDS33FABANCNFSM4WTQUP3Q .