adaltas / node-masson

Module execution engine for cluster deployments.

Home Page:http://www.adaltas.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenJDK over classic JDK

IDerr opened this issue · comments

commented

If we want to download the jdk7, we have to create an account in the oracle website (JDK7 EOL).
and for the jdk8, you can only download the latest version.
So, are you thinking to switch from the jdk to openjdk ?
Or, we can comment the jdk7 part and use this for jdk8

java.jdk.versions['1.8.0_131'].jdk_location ?= "http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz"
java.jdk.versions['1.8.0_131'].jdk_md5 ?= "d54c1d3a095b4ff2b6607d096fa80163"

Thanks,

commented

Solved by @lucasbak f7d13c2