java pst 库

发布于 2024-09-26 19:24:10 字数 269 浏览 5 评论 0原文

我正在编写 Junit 测试,对于特定操作,我需要给出 java 库“pst.dll”的路径 我从 eclipse->run config->VM 参数设置它,并将路径设置为 pst.dll 问题是,我必须为每个测试用例执行此操作,否则我会得到: 线程“Thread-13”java.lang.UnsatisfiedLinkError中出现异常:java.library.path中没有pst。 有没有办法为所有测试用例放置 pst.dll 的路径?或者为了项目避免每次添加它? 谢谢。

I'm wrinting Junit tests and for a specefic actions I need to give path the the java library "pst.dll"
I set it from eclipse->run config->VM arguments and I set the path to pst.dll
the problem is , I have to do it for each testcase otherwise I get :
Exception in thread "Thread-13" java.lang.UnsatisfiedLinkError: no pst in java.library.path.
Is there a way to put the path to the pst.dll for all test cases? or for the project to avoid to add it each time ?
thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

指尖微凉心微凉 2024-10-03 19:24:10

为用于在 eclipse 中执行测试用例的 JRE 设置 VM 选项。转到窗口 ->首选项-> Java->安装 Jre 并在相应的 JDK/JRE 中配置此选项。

Set the VM options for the JRE you are using to execute the test cases in eclipse. Go to Window -> Preferences -> Java -> Installed Jre's and configure this option in the respective JDK/JRE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文