I am trying to run the available code on this website http://code.google.com/p/matlabcontrol/downloads/list to my Netbeans IDE environment but I am getting error that this package doesn't exist but I read the documentation about and there is indeed a library for it so not sure whats wrong? Its basically code to integrate matlab and Java and If I run the Jar from the link above its working but want to see the code myself and test it and it says it should work if I move all the code to my environment.
This is the line that cause the trouble import com.mathworks.jmi.NativeMatlab;
It says that the package doesn't exist??
"Susan" wrote in message <j29udq$pc1$1@newscl01ah.mathworks.com>...
> I am trying to run the available code on this website http://code.google.com/p/matlabcontrol/downloads/list to my Netbeans IDE environment but I am getting error that this package doesn't exist but I read the documentation about and there is indeed a library for it so not sure whats wrong? Its basically code to integrate matlab and Java and If I run the Jar from the link above its working but want to see the code myself and test it and it says it should work if I move all the code to my environment.
> This is the line that cause the trouble import com.mathworks.jmi.NativeMatlab;
> It says that the package doesn't exist??
>
> Any Idea??
Simply import the %matlabroot%\java\jar\jmi.jar file into your NetBeans project