Поскольку один из проектов использует Java 1.7, я хотел, чтобы версия запускала тестовые случаи mrunit вручную. Я установил java8 на мою машину, а также хотел java7. Когда я запускаю brew cask install java7, он выдает сообщение об ошибке - Ошибка: Бочка 'java7' недоступна: Бочка с таким именем не существует.
Поскольку brew cask предлагался в блогах и в Stackoverflow, не могли бы вы подсказать, как установить старую java версию?
echo JAVA_HOME
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
brew cask
Homebrew Cask provides a friendly CLI workflow for the administration
of macOS applications distributed as binaries.
Commands:
--cache display the file used to cache the Cask
audit verifies installability of Casks
cat dump raw source of the given Cask to the standard output
create creates the given Cask and opens it in an editor
doctor checks for configuration issues
edit edits the given Cask
fetch downloads remote application files to local cache
home opens the homepage of the given Cask
info displays information about the given Cask
install installs the given Cask
brew cask install java7
Error: Cask 'java7' is unavailable: No Cask with this name exists.
Рекомендации: http://davidcai.github.io/blog/posts/install-multiple-jdk-on-mac/