【发布时间】:2018-04-13 00:24:32
【问题描述】:
在我的 Windows 10 (x64) 笔记本电脑上,我安装了 JDK8.151 (x64) 并将 jre bin 和 jdk bin 路径添加到环境变量中 PATH 下的系统变量中。但是,当我从 Netbeans 的网站安装 Netbeans 8.2 (x64) (JavaSE) 版本并运行它时,出现错误:Cannot load native library from path:native/jnilib/windows/windows-x64.dll
【问题讨论】:
-
我不认为这是您的 JDK 或 PATH 问题。看起来更像是在 Netbeans 上。使用“--verbose --output out.txt”运行运行安装程序并将 output.txt 发布到 NetBeans 论坛。
-
谢谢。如何运行带有详细输出的安装程序?