Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java 8 Update 71 is trying to install a new helper tool. (On Mac) [closed]

I just was prompted to update Java. It tells me:

enter image description here

Does anybody know what that "helper" tool does? If it is new I probably don't need it. Is there a way to opt out? Or at least know what it is before installing it?

Note that I already checked the option to suppress sponsor offers in the Java Control Panel under System Preferences.

enter image description here

Note also that if I don't enter the admin password, the update doesn't get installed. It is not an offer that is presented besides the update and that I can accept or reject.

If this is a bad question or the wrong place, please comment.


Here is a followup.

I got the message again and I searched for more information about it. I learned that the update process has been wrapped into an application. The applications wraps the actual package and proposes additional software. If you opt out I guess it just installs the java update.

The "new helper tool" is probably this installation wrapper, or possibly the additional software that is proposed if you don't opt out.

If you prefer to install a clean package, you can extract it form the installer. After the update downloaded, click cancel. Then go to ~/Library/Application Support/Java (~/Library is hidden, so use Go > Go to folder...). You can see there all the past java update downloads. Choose the latest version. Inside the folder you see an app and a dmg. Right-click on the app and select Show Package Contents. Inside the app go to Contents/Resources. There you find a package JavaAppletPlugin.pkg. That is the actual package. Double-click it to install. It will still ask for your name and password, but this time it is asked by OSX/macOS and used for installing that package and nothing else.


Latest update: Today the update fails. When that happens, the download is immediately removed. In that case the method above doesn't work.


This starts to look like a blog. The failing download was due to my antivirus. When I disable it it works again. Anyway I now trust the message to be harmless. It is OS X asking if I agree to run the Java installation program. It doesn't try to install anything else. I just run it.

like image 465
Florian F Avatar asked Jan 25 '16 22:01

Florian F


People also ask

How do I install the helper tool on my Mac?

Restart your macOS computer. Launch Trend Micro Antivirus for Mac from the Launchpad. Enter your password, and then click Install Helper. You will now be able to see the Antivirus for Mac main console.

What is com Oracle Java helper tool?

The helper tool is an application used to install Java. For the past couple of releases, Oracle has used a standard installer package to install Java 8. With the release of Java 8 Update 65 though, Oracle returned to using an application to install Java.

What is the slack helper tool?

Helperbot is your friendly neighborhood Scrum assistant, perfect for distributed and co-located teams alike. This native application brings your agile workflow to Slack, reducing overhead and meeting time while also increasing efficiency and promoting asynchronous work.

What is WhatsApp helper tool?

Chat Helper for WhatsApp is described as 'The App lets you float a WhatsApp widget on any screen, providing quick access to your 'unread messages'.


1 Answers

From: https://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jre.html

Oracle has partnered with companies that offer various products. The installer may present you with the option to install these programs when you install Java.

You can disable the presentation of offers during installation by specifying the --args SPONSORS=0 option in the terminal command line. For example:

open /Volumes/Java\ 8\ Update\ 40/Java\ 8\ Update\ 40.app --args SPONSORS=0
like image 148
user2821023 Avatar answered Oct 28 '22 17:10

user2821023