Netbeans 8.0.2安装本机库错误

时间:2020-03-15 20:38:40

标签: java netbeans java-8

在Windows 10(x64)笔记本电脑上,我安装了JDK8.151(x64)。

当我从Netbeans网站安装Netbeans 8.2(x64)(JavaSE)版本并运行它时,出现了错误:

Cannot load native library from path:
native/jnilib/windows/windows-x64.dll

Screenshot

1 个答案:

答案 0 :(得分:0)

您似乎尚未配置 JAVA_HOME

您可以显示

的输出吗
<main>
   <div className="product-page">
      {this.props.showFilterBar &&
         <FilterBar filter={this.state.filter}>
            <KeywordFilterBarItem filterItemKey="keywords" />
         </FilterBar>}
         <div className="product-list">
            <DetailsList
               ...
             />
         </div>
   </div>
</main>