add troubleshooting instructions.

This commit is contained in:
TheCase
2019-11-23 15:53:07 -07:00
parent c06f181abf
commit 32488ddd28

View File

@@ -1,4 +1,4 @@
**IPMIView (java) App wrapper for MacOS**
### IPMIView (java) App wrapper for MacOS**
Download the latest IPMIView software from SuperMicro:
@@ -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.