Is it possible to use the MATLAB Java interface to load a MATLAB Builder JA generated JAR package?
Mostrar comentarios más antiguos
I have created a Java JAR package by using the Java Package target of MATLAB Builder JA using the DEPLOYTOOL or MCC functions. I would like to load this package into the MATLAB workspace and call its functions.
I can add this JAR file to the dynamic path with JAVAADDPATH, but when I try to instantiate a class object from the package, I get the following exception:
Java exception occurred:
... Matlab M-code Stack Trace ...
com.mathworks.toolbox.javabuilder.MWException: Component created using MATLAB Builder JA cannot be
loaded in MATLAB
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Get Started with MATLAB Compiler SDK en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!