Repeated Get Java Prompt

Mindwatering Incorporated

Author: Tripp W Black

Created: 09/30/2018 at 10:14 PM

 

Category:
OS X Tips & Hints
Other Apps

Issue:
Periodically, a dialog appears letting the current user know that they need Java. However, Java is already installed.
Right before the prompt appears, the /var/log/system.log file shows the following line:

Sep 30 22:03:33 MyMacMini com.apple.xpc.launchd[1] (com.facebook.videochat.yourid.updater[3232]): Service exited with abnormal code: 1


Solution:
Perform the following changing <yourid> to your login ID.
$ sudo launchctl remove com.facebook.videochat.yourid.updater
$ sudo rm ~/Library/LaunchAgents/com.facebook.videochat.yourid.plist


previous page