error running mexa64 build from cpp file on ubunto
Show older comments
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
Answers (2)
Walter Roberson
on 25 Jan 2017
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
on 26 Jan 2017
Edited: Walter Roberson
on 26 Jan 2017
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!