App can't be opened because it is from an unid

2019-01-10 02:54发布

I installed Mac OS X Mavericks (10.9) yesterday and since then I am not able to start my Eclipse. I am attaching a screenshot of the message I see.

Is there a workaround for this?

Enter image description here

I found a solution in Fix the “App can’t be opened because it is from an unidentified developer” Error in Mac OS X.

14条回答
爷、活的狠高调
2楼-- · 2019-01-10 03:11

Control Click the application in the Applications folder, not lauchpad. Choose open and then you get an options to actually open it.

查看更多
Deceive 欺骗
3楼-- · 2019-01-10 03:12

Open terminal, go to extracted folder of eclipse and run the following command:

./eclipse -clean
查看更多
在下西门庆
4楼-- · 2019-01-10 03:13

An easier way to open a document from an unidentified developer, if you know it's safe, is to control-click on the file icon and then select "Open." You will then be given the option of opening it regardless of its unidentified source.

查看更多
走好不送
5楼-- · 2019-01-10 03:14

I had the same problem, Eclipse would not start. Found this link and it worked like a charm:

Can't click Menu Bar Items in Eclipse

Java is messed-up on Maverick, need to download and install from here: http://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US

查看更多
SAY GOODBYE
6楼-- · 2019-01-10 03:16

It is prohibiting the opening of Eclipse app because it was not registered with Apple by an identified developer. This is a security feature, however, you can override the security setting and open the app by doing the following:

  1. Locate the Eclipse.app (eclipse/Eclipse.app) in Finder. (Make sure you use Finder so that you can perform the subsequent steps.)
  2. Press the Control key and then click the Eclipse.app icon.
  3. Choose Open from the shortcut menu.
  4. Click the Open button when the alert window appears.

The last step will add an exception for Eclipse to your security settings and now you will be able to open it without any warnings.

Note, these steps work for other *.app apps that may encounter the same issue.

查看更多
我欲成王,谁敢阻挡
7楼-- · 2019-01-10 03:17

Easy....

In terminal type the command:

xattr -d com.apple.quarantine [file path here]

Once you click enter it will no longer have that problem. Its annoying that apple adds a quarantine to files automatically. I do not know how to turn this off but there probably is a way...

查看更多
登录 后发表回答