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
Post a Comment