-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JNA support on Apple/M1 architecture #688
Comments
That could be related to #687 and wrong constant values on M1. |
I've disabled JNA support on Apple/M1 with #721 until this can be fixed. |
There is an issue with jline at Apple M1 jline/jline3#688 The WA is to update to 3.21.0
There is an issue with jline at Apple M1 jline/jline3#688 The WA is to update to 3.21.0
Hi, I also stumbled over this issue today on M1 in combination with spring boot shell. After finding this thread I thought of overriding the constants as 'quick hack'.
Ooops - the values are the same as for x64... Interesting. After some further investigation: It seems to be related to the JRE used.
Yes, it's working for Arm and X86 running in emulation. It seems just (at least for me) the dcevm enabled JetBrains JDK-11 is producing this stacktrace.... |
Closing as won't fix. JNA support is not the way to go and has been deprecated in favour of FFM . |
jline-jna error
Code
Environment
OpenJDK Runtime Environment Zulu11.50+19-CA (build 11.0.12+7-LTS)
OpenJDK 64-Bit Server VM Zulu11.50+19-CA (build 11.0.12+7-LTS, mixed mode)
The text was updated successfully, but these errors were encountered: