error running mexa64 build from cpp file on ubunto
Mostrar comentarios más antiguos
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
Respuestas (2)
Walter Roberson
el 25 de En. de 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
el 26 de En. de 2017
Editada: Walter Roberson
el 26 de En. de 2017
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!