Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are two ways of fixing this.

Manually Adding Eclipse to GateKeeper Rules

Note
This would be the preferred method but I have just figured this out and yet to verify it works on a fresh machine.

...

Click "open". This will add Eclipse into the registry GateKeeper Rules and everything should start.

...

When time permits, I will do a capture of the all registered items rules to see exactly what the new rule fingerprint looks like and document the process here.

Clicking to Add to GateKeeper Rules

Open the mac terminal and type the following,

...

Code Block
languagebash
su - setup.admin # My normal Mac User does not have sudo privileges, yours might.
spctl --list | grep -i "eclipse"

You can remove the Eclipse by typing,

Code Block
languagebash
su - setup.admin # My normal Mac User does not have sudo privileges, yours might.
spctl --remove --label "eclipse" Eclipse.app # Eclipse.app is the Eclipse package.

...