apache netbeans 11.3 C++ plugin timeout, unable to install(apache netbeans 11.3 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
这篇关于apache netbeans 11.3 C++ 插件超时,无法安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:apache netbeans 11.3 C++ 插件超时,无法安装
- 从python回调到c++的选项 2022-11-16
- 近似搜索的工作原理 2021-01-01
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- 静态初始化顺序失败 2022-01-01
- 如何对自定义类的向量使用std::find()? 2022-11-07
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01
- C++ 协变模板 2021-01-01
- STL 中有 dereference_iterator 吗? 2022-01-01
- Stroustrup 的 Simple_window.h 2022-01-01