apache netbeans 11.3 C++ 插件超时,无法安装

2021-12-26 00:00:00 netbeans c++

我正在迁移到 Apache Netbeans 11.3 并尝试在 Windows 10 上安装 C++ 插件,得到了以下 repos

Im moving to Apache Netbeans 11.3 and trying to install the C++ plugin on Windows 10, got the follow repos

http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz

http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz

但每次达到 99% 时,它只会在解压 org-netbeans-modules-cnd-dwarfdiscovery.nbm 时给我一个超时错误

but everytime it hits the 99% it simply give me a timeout error when unpacking org-netbeans-modules-cnd-dwarfdiscovery.nbm

插件安装程序在安装以下插件时发现加载 C/C++ Repository[org.netbeans.modules.cnd.repository/1.32.6.1] 的问题:

已经尝试过 10、11.1、11.2、11.3 版本,遇到了同样的问题,我什至摆脱了 windows 防火墙也无济于事.

already try versions 10, 11.1, 11.2, 11.3, got the same issue, i even got rid of the windows firewall to no avail.

推荐答案

检查 Java 版本对我来说,我有 Java 版本 14所以这个版本没有程序unpack200.exe

Check the Java version For me, I have Java version 14 So this version has no program unpack200.exe

问题通过将Java 1.8版的unpack200.exe文件复制到Java 14的bin文件夹中解决

Problem was solved by copying the unpack200.exe file from Java version 1.8 to the bin folder in java 14

相关文章