User`s guide
Deployed Applications
??? Error: File: /home/u se rna me/<M-file_na me>
Line: 1651 Column: 8
Argum ents to IMPORT must either end with ".*"
or else specify a fully qualified class name:
"<class_name>" fails this test. The
import state m ent is referencing a
Java class (
<class_name>) that MATLAB Compiler (if the error occurs at
compile time) or the MC R (if the error occurs at run time) cannot find.
To work around this, ensure that the JAR file that contains the
Java class is stored in a directory that is on the Java class path.
(See
matlabroot/toolbox/local/classpat h.txt for the
class path.) If the error occurs at run time, the classpath
is stored in
matlabroot/toolbox/local/classpa th.txt
when running o n the development machine. It is store d in
<mcr_root>/toolbox/local/classpa th.txt when running
on a target machine.
Warning: Unable to find J av a library:
matlabroot\sys\java\jre\win32\jre<version>\bin\client\jvm.dll
Warning: Disabling Jav a s u pp ort. This warning indicates
that a compiled application could not find the Java virtual
machine, and therefore, the compiled application cannot run any
Java code. This w ill affect your ability to display graphics.
To resolve this, ensure that
jvm.dll is in the
matlabroot\sys\java\jre\win32\jr e<version>\bin\clie nt directory and
that this directory is on your system path.
Warning: matlabroot\toolbox\local\pathdef.m not found.
Toolbox Path Cache is not being used. Type ’help toolbox_path_cache’
for more info. The
pathdef.m file defines the MATLAB startup path.
MATLAB Compil er doe s not include this file in the generated CTF
archivebecausetheMCRpathisasubsetofthefullMATLABpath.
This message can be ignored.
Undefined function or variable ’matlabrc’. When MATLAB
or the MCR starts, they attempt to execute the M-file
matlabrc.m. This message means that this file cannot be found.
To work around this, try each of these suggestions in this order:
8-9