Why I'm getting this error?
6 次查看(过去 30 天)
显示 更早的评论
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: Failed to find the required library libmwmclmcrrt.so.8.4 on java.library.path. This library is typically installed along with MATLAB or the MCR. Its absence may indicate an issue with that installation or the current path configuration. The MCR version that this component is trying to use is: 8.4.
Occurs when I try to run a jar file generated in Matlab, on Netbeans IDE 8.0.2. OS Linux Ubuntu MATE.
1 个评论
Wei Ge
2022-1-16
I meet the same problem, but I have not resolved the problem yet. Could you show me how to resolve it?
采纳的回答
更多回答(2 个)
Titus Edelhofer
2015-7-9
Hi,
as the error indicates: have you installed on the machine where you want to run the jar file the MCR (MATLAB Compiler Runtime)? Take a look here:
Titus
2 个评论
Titus Edelhofer
2015-7-9
Hi,
I assume you added the javabuilder.jar to your netbeans project? Could you post more of the error message? It's strange that it's complaining about libmwmlcrrt "not on the java library path". It should be on the system library path, not the java library path ...
Titus
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 COM Component Integration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!