java.library.path设置正确,因为Windows只会在PATH所对应的路径下查找dependent libraries。这个方法可以干掉一大堆的问题(I should point out that this is a Java problem not an Eclipse problem)。
你可能需要Dependency Walker 这样的工具去跟踪the set of DLL dependencies.帮助文档很多,但都只英文的。
祝你好运。
Can't find dependent libraries
阅读 86
2023-07-02
java.library.path设置正确,因为Windows只会在PATH所对应的路径下查找dependent libraries。这个方法可以干掉一大堆的问题(I should point out that this is a Java problem not an Eclipse problem)。
你可能需要Dependency Walker 这样的工具去跟踪the set of DLL dependencies.帮助文档很多,但都只英文的。
祝你好运。
相关推荐
精彩评论(0)