> Just noticed this in Console.app when launching an application without an > embedded JRE… > > 2/22/14 5:57:39.093 PM JavaAppLauncher[5669]: objc[5669]: Class > JavaLaunchHelper is implemented in both /Library/Internet > Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib and > /Library/Internet > Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libinstrument.dylib. One > of the two will be used. Which one is undefined. > > Any concern?
That's a known issue, the message is benign as both instances of JavaLaunchHelper are the same. -DrD-