error running mexa64 build from cpp file on ubunto
古いコメントを表示
Hi everyone, i built a mex file from a cpp file on ubunto. it worked successfully. But when i'm running the mexa64 file, matlab craches and i get this long error msg: java.lang.UnsatisfiedLinkError: no nativeservices in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source)....
However, i tried to run mexa64 from cc files and it works without problems.
thanks for help
回答 (2 件)
Walter Roberson
2017 年 1 月 25 日
http://askubuntu.com/questions/824769/java-lang-unsatisfiedlinkerror-no-nativeservices-in-java-library-path suggests you need to
apt-get install matlab-support
dhouha damak
2017 年 1 月 26 日
編集済み: Walter Roberson
2017 年 1 月 26 日
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!