Very similar problem to above
The problem *might* be Chrome -- which is still 32-bit. I went into the Java control panel and disabled Java content in the Browser (see attached image 2).
But there's some mystery behind this. First, let's see what the Java control panel thinks my current version. (Attached image 1). It's build 1.8.0_25.
Now, if from the Terminal, I run "java -version", I get a
different message saying I must install the
JDK. This is not the same message I usually get, saying I need to have Java.
There are other copies of Java installed. One is found in
"/Applications/Application Loader.app/Contents/MacOS/itms/java/bin/java". Running this with -version, I get "openjdk 1.7.0-internal".
I get the same output from
"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/MacOS/itms/java/bin/java"
So from what I can tell, this is a FUBAR on Oracle's part. The packager isn't doing things correctly.
UPDATE: I see in the logs recurrence of this line:
Code:
16/11/14 23:35:22,651 launchservicesd[53]: Application App:"Download Java Components"
asn:0x0-6fe6fe pid:45992 refs=5 @ 0x7f9c2f471ca0 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x6fc6fc pid=45971 "ScreenSaverEngine"", "LSApplication:0x0-0x1001 pid=70 "loginwindow"")), so denying. :
LASSession.cp #1521 SetFrontApplication() q=LSSession 100006/0x186a6 queue
Does anyone else with this problem get this?
UPDATE 2: I also see this every few minutes:
Code:
16/11/14 22:31:53,144 java[44148]: objc[44148]: Class JavaLaunchHelper is implemented in both
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib.
One of the two will be used. Which one is undefined.
The first one is version 1.8.0_25, but they both seem to be installed about the same time.