How to manually download components for the VS 2017 installation?

廉价感情. 提交于 2019-12-01 13:47:09

While searching the web for some hours I finally found the solution here: https://developercommunity.visualstudio.com/content/problem/160625/packageidjavajdkv2packageactiondownloadpackageretu-5.html

Turns out you have to search for the following folder:

C:\ProgramData\Microsoft\VisualStudio\Packages

There you create a subfolder with the package name as written in the error message/error log (in my case "JavaJDKV2,version=1.8.2,chip=x86") and put the manually downloaded .exe file in there.

Restart the VS-installer and start the installation process.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!