I have tried to connect with matlab from EJS but appears the next error: C:\ejs\Simulations>"C:\Archivos de programa\Java\jdk1.7.0_11\jre\bin\java" -jar matlabExample1.jar ERROR: Could not load the JMatLink library. This error occures, if the path to matlab's \bin directory is not set properly. Or if JMatLink.dll (for Windows) or libJMatlink.jnilib (for MacOSX) is not in the right directory! Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError: JMatLink.engOpenSingleUseNATIVE(Ljava/lang/String;)I at JMatLink.engOpenSingleUseNATIVE(Native Method) at JMatLink.run(JMatLink.java:875) at java.lang.Thread.run(Thread.java:722)
I want to know how to resolve this problem... thanks