or 工具和 STS/Eclipse 的链接器错误

Posted

技术标签:

【中文标题】or 工具和 STS/Eclipse 的链接器错误【英文标题】:Linker error with or tools and STS/Eclipse 【发布时间】:2019-01-16 14:49:54 【问题描述】:

我正在使用 Windows 10 和 Visual Studio 2017 运行工具。使用命令提示符,我可以从示例中运行 test_java 程序或 vrp.java。

我正在尝试将工具与 STS/Eclipse 集成。

我还在 STS 中设置了本机库路径,但仍然看到以下链接器错误:

java.lang.UnsatisfiedLinkError: com.google.ortools.constraintsolver.operations_research_constraint_solverJNI.swig_module_init()V
    at com.google.ortools.constraintsolver.operations_research_constraint_solverJNI.swig_module_init(Native Method)
    at com.google.ortools.constraintsolver.operations_research_constraint_solverJNI.<clinit>(operations_research_constraint_solverJNI.java:2379)
    at com.google.ortools.constraintsolver.RoutingModel.<clinit>(RoutingModel.java:652)

有人可以列出在 Windows 10 上使用 STS 成功运行 ortools 所需的步骤吗?

【问题讨论】:

【参考方案1】:

谷歌搜索? :-)

需要设置java库路径指向or-tools/lib。

https://examples.javacodegeeks.com/java-basics/java-library-path-what-is-it-and-how-to-use/

【讨论】:

以上是关于or 工具和 STS/Eclipse 的链接器错误的主要内容,如果未能解决你的问题,请参考以下文章

sts(eclipse)+maven搭建ssm框架

第一次使用 PCH,得到链接器工具错误

STS/Eclipse设置字体样式

如何在 STS/eclipse 的多个端口上启动单个 Spring Boot 微服务? [关闭]

链接器工具错误 LNK2011

如何摆脱 Apple Mach-O 链接器错误?