Management Console
You can inspect the state of your application with Java's management console jconsole.
To start jconsole
- if you're using Java 5: define an environment variable
MAVEN_OPTS=-Dcom.sun.management.jmxremote - start your application:
mvn qx:run - run
jconsole pidas printed by qx:run
Use the management console to switch between normal JavaScript and minimized JavaScript:
- start your application
- start
jconsole - go to the MBeans tab and select the attributes of QWT's Client MBean
- set the
Minimizeattribute totrue(resp.false) - reload your application