Cant install java 8 on window server by chef-solo -
i use cookbooks https://supermarket.chef.io/cookbooks/java code runs on centos 6, doesn't run on windows server. error
no download url set java installer
uri::invalidurierror
bad uri(is not uri)
for windows, have provide java installation file yourself, i.e. download installer , put somewhere locally. set node['java']['windows']['url']
point file.
the documentation explains why necessary - there's no simple way download java msi programmatically oracle's website.
Comments
Post a Comment