protegeproject / protege

Protege Desktop
http://protege.stanford.edu
Other
971 stars 229 forks source link

Update the macOS launcher #1089

Closed gouttegd closed 1 year ago

gouttegd commented 1 year ago

This PR replaces the current launcher with a new launcher entirely written in C that does not rely on the run.sh script and that does not call the java binary, but instead takes care of instantiating and running the JVM.

This is necessary for Protégé to be able to receive Apple events.

closes #1088