mirror of
https://github.com/TheCase/IPMIView.app.git
synced 2025-12-11 17:49:43 +01:00
1
ARM64 Issues
Bryan Casey edited this page 2024-12-03 21:29:18 -07:00
See https://github.com/TheCase/IPMIView.app/issues/27 for the full discussion.
Thanks to quick thinking by @ChristopherSchultz, one can now set JAVA_HOME to target a custom java installation. As stated there:
If you take a look at PR https://github.com/TheCase/IPMIView.app/pull/33, you'll see I have adjusted the script so that you can set your own JAVA_HOME before building app bundle. Try this:
- Install Rosetta 2
- Download an x86-64 version of a JRE
- Set JAVA_HOME to point to x86-64-java/Contents/Home
- Run script.sh
This should build your IPMIView.app to use your x86-64 version Java where the KVM will work.