From: Aaron on
You may need to fix your environment variables. When I installed R200b, it removed the %MATLAB%\bin\win32 entry from my PATH variable. The JMatLink .dll requires this and %MATLAB%\bin be on your path. (%MATLAB% is your Matlab installation directory, typically C:\Program Files\MATLAB\R2009b)
From: Tuomo on
Thanks! Adding the lines below to the PATH fixed the problem. Now my java-application works and there was no need to re-compile the java-code.

"Aaron " <aaron.masino(a)mza.com> wrote in message <hjcj21$q7d$1(a)fred.mathworks.com>...
> You may need to fix your environment variables. When I installed R200b, it removed the %MATLAB%\bin\win32 entry from my PATH variable. The JMatLink .dll requires this and %MATLAB%\bin be on your path. (%MATLAB% is your Matlab installation directory, typically C:\Program Files\MATLAB\R2009b)