Bonjour tous le monde,

En ce moment je suis entrain de me familiariser avec Matlab Builder JA, et j'ai commencé à suivre le help pour faire un petit essai de "hello world" pour voir comment ça marche.

J'ai suivi toutes les instructions à la lettre, création du projet, de la classe j'ai compilé sous matlab, ça s'est bien passé jusque là.
Le problème c'est quand je passe à l'étape suivante qui est: Deploying Hello World On a Computer with MATLAB, MATLAB Compiler, and MATLAB Builder JA Installed, je doit executer l'instructio suivante:
java -classpath /home/aurel/Matlab.R2010a.Linux/toolbox/javabuilder/jar/javabuilder.jar:helloprj.jar helloprj.hellocls
Je me trouve confronté à cette erreur que je n'ai pu résoudre:
java.lang.UnsatisfiedLinkError: Failed to find the library libmwmclmcrrt.so.7.13, 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.

        at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$ProxyLibraryDir.get(MCRConfiguration.java:152)
        at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$ProxyLibraryDir.<clinit>(MCRConfiguration.java:158)
        at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration.getProxyLibraryDir(MCRConfiguration.java:163)
        at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$MCRRoot.get(MCRConfiguration.java:77)
        at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$MCRRoot.<clinit>(MCRConfiguration.java:87)
        at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration.getMCRRoot(MCRConfiguration.java:92)
        at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$ModuleDir.<clinit>(MCRConfiguration.java:66)
        at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration.getModuleDir(MCRConfiguration.java:71)
        at com.mathworks.toolbox.javabuilder.internal.MWMCR.<clinit>(MWMCR.java:1573)
        at helloprj.HelloprjMCRFactory.<clinit>(HelloprjMCRFactory.java:123)
        at helloprj.hellocls.main(hellocls.java:114)
J'ai beau chercher je n'ai trouvé la solution nul part
Si quelqu'un pourrais m'aider s'il vous plais

Merci