Skip to content

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:

  1. Install Rosetta 2
  2. Download an x86-64 version of a JRE
  3. Set JAVA_HOME to point to x86-64-java/Contents/Home
  4. Run script.sh

This should build your IPMIView.app to use your x86-64 version Java where the KVM will work.

Clone this wiki locally