Java编译时错误:A JNI error has occurred, please check your installation and try again

问题:编译时错误:A JNI error has occurred, please check your installation and try again

Java编译时错误:A JNI error has occurred, please check your installation and try again

分析:重复安装了SDK,电脑中存在不同版本SDK

解决:①命令行中通过“java -version”和“javac -version”查询SDK版本

           ②把不需要的版本删除掉(在控制面板卸载)

           ③调整环境变量为留下的SDK相关信息

           ④重新编译查看是否仍有错误

 

验证:

Java编译时错误:A JNI error has occurred, please check your installation and try again

 

上一篇:Storm概念学习系列之并行度与如何提高storm的并行度


下一篇:#Java学习之路——基础阶段二(第二篇)