MATLAB Runtime Server | ![]() ![]() |
Manually Packaging Files for Shipping (PC)
On PC platforms, you can archive your files either by using the provided automatic packaging utility, or by copying them manually. If you copy them manually, then you should ship the files whose names are listed in:
matlabroot\toolbox\runtime\oem\bin\win32\binaries.lst
matlabroot\toolbox\runtime\oem\bin\win32\stubs.lst
Do not modify binaries.lst
or stubs.lst
if you expect to use the automatic packaging utility in the future.
Of course, you also need to ship the application-specific files that you wrote.
Additional Files for Applications Using Java
If buildp
or depfun
indicates that your application uses Java classes, then you must also include these files among the files that you ship and that your installer copies:
matlabroot\toolbox\local\classpath.txt
matlabroot\sys\java\jre\win32\jre\*
matlabroot\java\jar
and matlabroot\java\jarext
hierarchies of directories
![]() | Automatically Packaging Files for Shipping | Installing and Running the Application | ![]() |