update java install method

This commit is contained in:
Kyle Hagerty 2020-03-17 13:51:05 -05:00
parent 8b8c06cd0f
commit d1b46f9e07

View File

@ -7,8 +7,11 @@ https://www.dell.com/community/Systems-Management-General/iDRAC6-Virtual-Console
https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6 https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6
## How to use the iDRAC Java KVM console ## How to use the iDRAC Java KVM console
Download and install the latest java version 8: Download and install the latest version of openjdk:
https://java.com/en/download/manual.jsp
```
sudo apt install openjdk-11-jre
```
Go to the security directory where you installed javas: Go to the security directory where you installed javas:
``` ```