Eclipse compatibility with MacOS Mojave #1771
Replies: 1 comment 1 reply
-
What sometimes breaks compatibility with older OS versions are changes in the native bindings used by SWT, but I am not aware of any changes for MacOS in the recent past and I also don't see any in the history (e.g., https://github.com/eclipse-platform/eclipse.platform.swt/tree/master/bundles/org.eclipse.swt/Eclipse%20SWT%20PI). Might be that we started to build with/against newer versions of MacOS which implicitly breaks compatibility with older versions. In particular since Mojave seems to be out-of-support for quite some time, Apple may also not support backwards compatibility when compiling with/against newer MacOS versions anymore. But I have to admit that I have not further knowledge/insights here. Do you know what exactly prevents the application from running on MacOS Mojave, i.e., are there any error messages or log entries? And can you say with which Eclipse release exactly it stopped to work? |
Beta Was this translation helpful? Give feedback.
-
Hey there,
Are the most recent versions of Eclipse no longer compatible with MacOS Mojave?
Our application was built on Eclipse and works for me on MacOS Monterey, however a recent user has been unable to run on MacOS Mojave. Just wanted to double check if this is the case, otherwise I will keep investigating on our side.
Regards
Jonathan
Beta Was this translation helpful? Give feedback.
All reactions