From 32488ddd283b0067101ee02165f4c87b42e23f61 Mon Sep 17 00:00:00 2001 From: TheCase Date: Sat, 23 Nov 2019 15:53:07 -0700 Subject: [PATCH] add troubleshooting instructions. --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a979b9..8eab41a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -**IPMIView (java) App wrapper for MacOS** - +### IPMIView (java) App wrapper for MacOS** + Download the latest IPMIView software from SuperMicro: [https://ftp.supermicro.com/wftp/utility/IPMIView/Linux/](https://ftp.supermicro.com/wftp/utility/IPMIView/Linux/) @@ -13,3 +13,14 @@ cd .. cp -R IPMIView.app ~/Applications ``` + +### Troublueshooting + +If you have Java issues loading the app, please verify that you can run the app from the command line (and outside the jursdiction of this supplied wrapper). + +``` +cd ~/Applications/IPMIView.app/Resources/IPMIView/ +java -jar IPMIView20.jar +``` + +If you have issues with IMPIView loading correctly with this method, please contact SuperMicro support. The problem is related to the app and your computer setup, not the wrapper.