Re: [External] : Re: creating macOS universal applications

2024-03-05 Thread Alexey Semenyuk
Great, you can file a CR, publish a PR. I'll be happy to review it. - Alexey On 3/5/2024 7:19 PM, Alan Snyder wrote: Yes, I do. The changes are very small. On Mar 5, 2024, at 3:48 PM, Alexey Semenyuk wrote: On 2/29/2024 2:22 PM, Alan Snyder wrote: For anyone interested in building Java-bas

Re: creating macOS universal applications

2024-03-05 Thread Alexey Semenyuk
On 2/29/2024 2:22 PM, Alan Snyder wrote: For anyone interested in building Java-based macOS universal applications, it is possible to create a bundled application that contains two Java runtimes, one for x86 and one for arm. A custom launcher is required to select the appropriate runtime based

creating macOS universal applications

2024-02-29 Thread Alan Snyder
For anyone interested in building Java-based macOS universal applications, it is possible to create a bundled application that contains two Java runtimes, one for x86 and one for arm. A custom launcher is required to select the appropriate runtime based on the execution environment. I have creat