Run Matlab Dll in Java programming Do I need Java builder in order to run Matlab DLL in Java?
1 Answer
It looks like you would need either the MATLAB Coder toolbox or the MATLAB Compiler toolbox to create a DLL, and you could then use JNA to create a wrapper around the DLL. You would only need MATLAB Builder JA if you wanted to generate .jar files.
1 Comment
sabari
I have DLL files however, my doubt whether i need MATLAB builder JA in order to use those matlab DLL in my Java program