You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go into Finder, and try to run the app, and it should show the popup asking to install Rosetta.
What is the expected behavior?
It should not ask to install Rosetta, as I have a JDK installed that is universal. If I manually
run the jar using the JDK that gets bundled with the Mac app, it runs fine:
I'm not sure if using a compiled version of the startup script (universalJavaApplicationStub) is worth ... in theory the app should start faster with a compiled version, but I haven't test this.
I'm submitting a…
Short description of the issue/suggestion:
When I try to run an app that I packaged on a Mac with Apple silicon, the app will not run unless Rosetta is installed.
Steps to reproduce the issue/enhancement:
mvn package
What is the expected behavior?
It should not ask to install Rosetta, as I have a JDK installed that is universal. If I manually
run the jar using the JDK that gets bundled with the Mac app, it runs fine:
What is the current behavior?
A popup appears asking for Rosetta to be installed.
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
I can produce one if you are unable to reproduce the issue.
What is the motivation / use case for changing the behavior?
If the Java Runtime running the Jar directly doesn't need Rosetta, then what else is happening with the App that requires it to be installed?
Please tell us about your environment:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
The text was updated successfully, but these errors were encountered: