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

1 visualización (últimos 30 días)
Andrew Stevens
Andrew Stevens el 11 de Feb. de 2018
Respondida: Serge el 29 de Nov. de 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.

Respuestas (1)

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

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by