-
Notifications
You must be signed in to change notification settings - Fork 46
ARM64 Issues
Bryan Casey edited this page Dec 4, 2024
·
1 revision
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.