Can I set VisiVue properties from the JVM options in the launcher window?
You can set VisiVue properties (such as visicomp.verbose=true) both from the visivue.properties file and from the JVM options in the VisiVue launcher. However, keep in mind the difference between these two variations. Setting VisiVue properties from the Launcher sets VisiVue properties for the visualization portion only, since the instance of the JVM for the launcher is already running. This would be useful to obtain error output for visualization only. However, if you need pre-visualization error output (such as “what are the initial arguments passed into VisiVue?”), you must set the diagnostic properties in the visivue.properties file so that each instance of the JVM is running with that property set.