no leveldbjni64-1.8 in java.library.path exception while running akka project

为君一笑 提交于 2019-12-25 09:45:03

问题


I am trying to start an existing project from the main class. But getting the exception below.

java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no leveldbjni64-1.8 in java.library.path, no leveldbjni-1.8 in java.library.path, no leveldbjni in java.library.path, C:\Users\Z003SXSP\AppData\Local\Temp\leveldbjni-64-1-386410980806513791.8: Can't find dependent libraries]

But when I tried running the same project from other machine, I am able to run it successfully also found leveldbjni-64-1-386410980806513791.8 file has been created in temp directory. Not getting why it not able to generate that file and complaining the above resulting in shutting down JVM from my machine.

Attached the screenshot of the log.

TIA.


回答1:


You need to install the Microsoft Visual C++ 2010 Redistributable for your windows machine, that may solve your issue, refer here for more :-link



来源:https://stackoverflow.com/questions/43766272/no-leveldbjni64-1-8-in-java-library-path-exception-while-running-akka-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!