Can any one please tell me what are the steps for using JavaBuilder; to actually using Matlab Functions; with Java.
I've tried using JavaBuilder using its examples but I got the error as::
Exception in thread "main" java.lang.Unsatisfied开发者_开发问答LinkError: Failed to find the library mclmcrrt713.dll, 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.
What am I suppose to do to get rid of this error ?
The matlab support has a page about this, it might help you.
Why do I receive an error regarding missing mclmcrrt7x.dll when I run my stand-alone application compiled with MATLAB Compiler?
精彩评论