gpt4 book ai didi

windows - 如何通过PowerShell下载jdk8并接受Oracle Binary Code License Agreement

转载 作者:可可西里 更新时间:2023-11-01 11:46:25 25 4
gpt4 key购买 nike

我正在尝试使用 Start-BitsTransfer 在 Windows Server 2016 Core 上下载 JDK8。

当执行命令(如图所示)时,出现重定向错误。不接受许可也可能是个问题,我怎样才能接受许可?

Redirection Error

最佳答案

Chocolatey script that downloads the JDK (expand tools\common.ps1) 使用 cookie 接受许可:


$dummy = $client.Headers.Add('Cookie', 'gpw_e24=http://www.oracle.com; oraclelicense=accept-securebackup-cookie')

这似乎与 Start-BitsTransfer 无关,因为它对 HTTP header 之类的东西没有细粒度的控制,但是 System.Net.WebClient does通过Headers property .

因此,如果您可以使用 webclient 而不是 Start-BitsTransfer,请执行此操作。

关于windows - 如何通过PowerShell下载jdk8并接受Oracle Binary Code License Agreement,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43538494/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com