Prevent MATLAB from changing Java Look and Feel -


i have application written in c++ uses java gui. interface native code using jni. call "frontend" (java gui) , "backend" (c++ app). backend using other libraries , 1 of them matlab shared library. when initiliaze matlab library calling mclinitializeapplication, changes , feel system one. when change metal, there differences in font styles , such.

i know matlab using java gui stuff. library using computations, don't need matlab gui. how should tell matlab not change laf or start own jvm?

i've never done looks doing, looks want pass in -nojvm flag when use mclinitializeapplication. links below:

http://www.mathworks.com/help/toolbox/compiler/mclinitializeapplication.html

http://www.mathworks.com/help/techdoc/matlab_env/f8-4994.html


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -