Hi,
I would like to find out what is the purpose of the JVM (Java Virtual Machine) in the MCR and what is the effect if I invoke the -NOJVM
flag in MWApplication.initializeApplication()
?
As I have written an Java application which contain an GUI, and I tried with/without -NOJVM
option. And only the LookandFeel
of the GUI change.