No native library found for os.name=Linux, os.arch=aarch64
See original GitHub issueThe os.arch
system variable may be aarch64
in some linux arm64 machines like below and OSInfo.java
in native module doesn’t recognize it.
$ uname -a
Linux xxx xxx.aarch64 #1 SMP Fri Aug 9 04:09:13 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
I will submit a PR for this later if it’s necessary to compatible with this situation.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
java.lang.Exception: No native library is found for os.name ...
KaptExecution Room Database" but have to run --stacktrace to see real error "No native library is found for os.name=Mac and os.arch=aarch64". – ...
Read more >No native library is found for os.name=Mac and os.arch ...
I was using IntelliJ IDEA for Android development, implementing Room Database in a project. The mentioned error is added. I used the CE...
Read more >Build failed on Apple M1 with JDK8-arm64 [174695268]
Exception: No native library is found for os.name=Mac and os.arch=aarch64. path=/org/sqlite/native/Mac/aarch64 at org.sqlite.SQLiteJDBCLoader.
Read more >SQLite support for java - Manjaro Linux Forum
I am getting this exception: java.lang.Exception: No native library is found for os.name=Linux and os.arch=aarch64. path=/org/ ...
Read more >Problem installing snappy on mac m1 - python - STEP Forum
I have a problem installing snappy on my mac m1 for a long time. ... OS name: “mac os x”, version: “12.5”, arch:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m working on jansi these days. There’s one issue remaining which is Apple/M1 support which I’d like to get in before releasing it.
Confirmed! Everything works now! Thank you, @lanmaoxinqing & @gnodet !