Error when trying to run a Play Scala app with sbt after fresh install on Catalina: “Error loading JNotify watch service: null”
问题 After moving to Catalina and re-installing everything, no way to run my Play Scala app. After doing sbt then run , I get this error: [warn] Error loading JNotify watch service: null Everything was installed with brew from this brewfile (I didn't paste the complete file): tap "AdoptOpenJDK/openjdk" # Mac apps cask "adoptopenjdk8" brew "sbt@0.13" brew "jenv" Java version: openjdk version "1.8.0_242" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_242-b08) OpenJDK 64-Bit Server VM