error running mexa64 build from cpp file on ubunto
Afficher commentaires plus anciens
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
Réponses (2)
Walter Roberson
le 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
le 26 Jan 2017
Modifié(e) : Walter Roberson
le 26 Jan 2017
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!