Hi , I've downloaded JAVA cookbook from supermarket to install JAVA on windows through CHEF. I want to install JRE 8 on windows. Now i went into the attributes folder and opened default.rb file and added my exe file path to the "default['java']['windows']['url'] " variable. Now when i am running the cookbook locally i am getting the error saying "bad URI(is not URI?): C:\Softwares\JRE\jre-8u212-windows-x64.exe" . Please help.
case node['platform_family']
when 'windows'
default['java']['install_flavor'] = 'windows'
**default['java']['windows']['url'] = 'C:\\Softwares\\JRE\\jre-8u212-windows-x64.exe'**
default['java']['windows']['checksum'] = nil
default['java']['windows']['package_name'] = 'Java SE Runtime Environment 8u212'
default['java']['windows']['public_jre_home'] = nil
default['java']['windows']['owner'] = 'administrator'
default['java']['windows']['remove_obsolete'] = false