Installing JDK8 on a DIY U-turn

I am trying to upgrade an instance Openshift DIYto JDK8. I follow this , but I have to deal with the disk quota problem. I can download the file tar.gz, but I can not unzip it. What can I do?

+4
source share
1 answer

JDK8 is actually already installed on the servers in this place (/etc/alternatives/java_sdk_1.8.0) referenced here: ( https://github.com/openshift/origin-server/blob/master/cartridges/openshift- origin-cartridge-jbossas / env / OPENSHIFT_JBOSSAS_JDK8 )

You just need to set the environment variables for your JAVA_HOME.

+4

Source: https://habr.com/ru/post/1614745/


All Articles