How do I detect if MATLAB was started -nojvm from a mex extension

2 vues (au cours des 30 derniers jours)
Andrew Stevens
Andrew Stevens le 11 Fév 2018
Réponse apportée : Serge le 29 Nov 2022
For debugging a mex extension under Linux MATLAB is typically run -nojvm.
However, when run this way stdout/stderr (cout/cerr) no longer need to be redirected / captured. It would be useful to detect this so that code to to this is disabled to simplify debugging.

Réponses (1)

Serge
Serge le 29 Nov 2022
if usejava('desktop')
%with java, ie normal
else
%no java, ie -nojvm
end

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by