Issue
Eclipse is unable to launch on Mac & giving following error:
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Incident Identifier: 36AE9B2B-383A-419D-AA3D-B29CF523D1DD
CrashReporter Key: A05FEDF2-F14C-94C0-1B65-A7D86D2FA937
Hardware Model: MacBookPro18,3
Process: eclipse [35575]
Path: /Applications/Eclipse.app/Contents/MacOS/eclipse
Identifier: org.eclipse.platform.ide
Version: 4.24.0 (4.24.0.I20220607-0700)
Code Type: X86-64 (Native)
Role: Default
Parent Process: launchd [1]
Coalition: org.eclipse.platform.ide [716]
Date/Time: 2022-07-01 08:30:29.3080 +0100
Launch Time: 2022-07-01 08:30:29.2679 +0100
OS Version: macOS 12.4 (21F79)
Release Type: User
Report Version: 104
Exception Type: EXC_CRASH (SIGKILL (Code Signature Invalid))
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: CODESIGNING 1
Does anyone knows how this can be addressed?
Mac: Monterey version 12.4
Installed Java : OpenJDK Runtime Environment (build 17.0.2+8-86)
eclipse : 2022-06 version.
Solution
Though it may not be related, but issue which I was facing got resolved after re-install & performing following steps:
- Downloaded eclipse installer.
- My machine requires to use my organisations root certificate for any runtimes / tools.
- Added these certificates into my JDK's
cacerts
. - modified
eclipse-inst.ini
file of eclipse installer & used my JDK path for-vm
argument instead of the one already available. - installed eclipse.
This way my issue got resolved.
Answered By - Ashish Patil
Answer Checked By - David Marino (JavaFixing Volunteer)