Is it possible to use the MATLAB Java interface to load a MATLAB Builder JA generated JAR package?
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Get Started with MATLAB Compiler SDK dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!