MATLAB Compiler SDK Java Target Requirements
System Requirements
System requirements and restrictions on use of the MATLAB® Compiler SDK™ Java® target are as follows:
You must have MATLAB Compiler SDK installed.
Your Java environment must be properly configured. For details, see Configure Your Environment for Generating Java Packages.
Your end users must have MATLAB or MATLAB Runtime installed to run compiled MATLAB code.
Limitations of MATLAB Compiler SDK Java Target
Consider the following limitations when creating Java packages using MATLAB Compiler SDK:
Special characters in MATLAB comments can cause compilation to fail. Remove special characters or replace them with XML characters. For example, "<" can be replaced with "<".
JAR files created by MATLAB Compiler SDK cannot be loaded back into MATLAB with the MATLAB Java External Interface.
Path Modifications Required for Accessibility
In order to use some screen-readers or assistive technologies, such as JAWS®, you must add the following DLLs to your Windows® path:
matlabroot\sys\java\jre\arch\jre\bin\JavaAccessBridge.dll matlabroot\sys\java\jre\arch\jre\bin\WindowsAccessBridge.dll