Running a java application built with Matlab Builder JA
25 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
I am currently trying to run an Java application under Eclipse whose the code has been built with Matlab Builder JA.
I already set the following environment variables in Eclipse :
- DYLD_LBRARY_PATH = /Applications/MATLAB/MATLAB_Compiler_Runtime/v713/runtime/maci64/:/Applications/MATLAB/MATLAB_Compiler_Runtime/v713/bin/maci64/:/Applications/MATLAB/MATLAB_Compiler_Runtime/v713/sys/os/maci64/:/System/Library/Frameworks/JavaVM.framework/JavaVM:/System/Library/Frameworks/JavaVM.framework/Libraries
- java/library.path = /Applications/MATLAB/MATLAB_Compiler_Runtime/v713/runtime/maci64/
- XAPPLERESDIR = /Applications/MATLAB/MATLAB_Compiler_Runtime/v713/X11/app-defaults/
And I get the following error :
java.lang.UnsatisfiedLinkError: Failed to find the library libmwmclmcrrt.7.13.dylib, required by MATLAB Builder JA, 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: 7.13.
This is weird because the library libmwmwclmcrrt.7.13.dylib appears in the runtime/maci64 folder !
Any suggestions ?
Thanks a lot
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Java Package Integration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!