How do I use JDK 7 on Mac OSX?

前端 未结 15 2231
滥情空心
滥情空心 2020-11-29 17:13

I would like to use the WatchService API as mentioned in this link: http://download.oracle.com/javase/tutorial/essential/io/notification.html

After reading around, I

15条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 17:46

    Now, Use command

    Update 2020: 04

    To install Java7 with homebrew run:

    brew tap homebrew/cask-versions
    brew cask install java7
    

    Hope this help.

提交回复
热议问题