Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Trouble opening eclipse on Macbook(opening eclipse)
Trouble opening eclipse on Macbook [message #1844425] Mon, 13 September 2021 16:33 Go to next message
Daniel Gonzalez is currently offline Daniel GonzalezFriend
Messages: 1
Registered: September 2021
Junior Member
Hello! I recently downloaded eclipse on my Mackbook air for my java class and every time I try opening it says "You do not have permission to open the application "Eclipse"." I already tried changing the permission settings, reinstalling eclipse, restarting my mac, shutting it down, and running my mac on diagnostics mode. I read online that this issue might be due to the recent macOS update to Big Sur. If anyone has a solution, it would be greatly appreciated.
Re: Trouble opening eclipse on Macbook [message #1844554 is a reply to message #1844425] Thu, 16 September 2021 14:14 Go to previous message
Alexandr Bolbat is currently offline Alexandr BolbatFriend
Messages: 7
Registered: September 2021
Junior Member
Hello

Usually this happened when you change Info.plist, eclipse.ini or other file inside Eclipse.app directory

Open terminal
Go to folder where your Eclipse.app is located

Execute the next commands:

xattr -rd com.apple.quarantine Eclipse.app
codesign --remove-signature Eclipse.app

After this you will be able to run Eclipse
Previous Topic:org.eclipse.jdt.source-4.19.zip not available
Next Topic:Run Eclipse on Java 17 (latest LTS JDK)
Goto Forum:
  


Current Time: Thu Apr 25 17:05:10 GMT 2024

Powered by FUDForum. Page generated in 0.03421 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top