Re: Eclipse app suddenly shutdown | Selenium Forum
U
Urvashi Mehta Posted on 07/06/2022

Problem: You can’t open the application “Eclipse” because it is not supported on this type of Mac.

solution 1

after u  unlock to make changes, clicked on the apple icon—> system pref—> privacy—> accessibility —> you can give access to Eclipse. 

2

 https://www.youtube.com/watch?v=sWSySXfR17c

First Disable gatekeeper by command: 

sudo spctl --master-disable

 

then go to sys pref—> general—> select from allow apps downloaded from  —Anywhere

Then second step is to

sudo chmod -R 755 /Users/urvashimehta/seleniumtraining2022/eclipse/jee-2020-0914/Eclipse.app

this did not help me fix the issue.

Is there a way I can solve this and get my eclipse workspace active again?