From: Randy Poe on
I'm sure this just comes down to an environment issue but I can't figure out what it is. I'm developing a deployed application in Windows XP. I then had a sys admin run the MCRInstaller program and attempted to run the compiled application. I get a whole series of error messages starting with:

"Warning: Initializing Handle Graphics failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,.
which should be resolved as soon as possible. Error detected was:
MATLAB: Undefined Function
Undefined function or method 'colordef' for input arguments of type 'double'...

.... ??? Undefined function or method 'javaaddpath' for input arguments...

.... Error: Undefined function or vaiable 'now'...

etc.

It's pretty obvious that it can't find the Matlab runtime. $MATLABROOT\MATLAB Compiler Runtime\v710\runtime\win32 is on the PATH. Is there something else that should be there?

I should add that this application has deployed successfully to many other Win XP platforms. It just doesn't want to run on my development platform.