简体   繁体   English

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

[英]apache netbeans 11.3 C++ plugin timeout, unable to install

Im moving to Apache Netbeans 11.3 and trying to install the C++ plugin on Windows 10, got the follow repos我正在移动到 Apache Netbeans 11.3 并尝试在 ZAEA23489 上安装 C++ 插件,获得了88AA9B630ECDAB 上的插件

http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz 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 http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz

but everytime it hits the 99% it simply give me a timeout error when unpacking org-netbeans-modules-cnd-dwarfdiscovery.nbm但每次它达到 99% 时,它只会在解压 org-netbeans-modules-cnd-dwarfdiscovery.nbm 时给我一个超时错误

The Plugin Installer found problem timeout of loading C/C++ Repository[org.netbeans.modules.cnd.repository/1.32.6.1] while install the following plugins:插件安装程序在安装以下插件时发现加载 C/C++ 存储库[org.netbeans.modules.cnd.repository/1.32.6.1] 的问题超时:

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.已经尝试过版本 10、11.1、11.2、11.3,遇到了同样的问题,我什至摆脱了 windows 防火墙无济于事。

Check the Java version For me, I have Java version 14 So this version has no program unpack200.exe查看 Java 版本 对我来说,我有 Java 版本 14 所以这个版本没有程序 unpack200.exe

Problem was solved by copying the unpack200.exe file from Java version 1.8 to the bin folder in java 14通过将 unpack200.exe 文件从 Java 版本 1.8 复制到 java 14 中的 bin 文件夹中解决了问题

copy and paste pack200, unpack200 and unpack.dil from bin of jdk13 into the bin of jdk14.将 jdk13 的 bin 中的 pack200、unpack200 和 unpack.dil 复制并粘贴到 jdk14 的 bin 中。 This worked for me and I assure you that it will work for you.这对我有用,我向你保证它对你有用。 I did this with openjdk.我用openjdk做到了这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM