How do I set properties for VisiVue?
Properties for the program under observation can be set in the VisiVue launcher window (“-DpropertyName=propertyValue” specifiers in the “JVM Options” text field [see next FAQ]), or in a properties file. When the program under observation starts up under VisiVue, properties are loaded from the following files, in the following order: ${visicomp.home}/visivue.properties ${user.home}/visivue.properties ${user.dir}/visivue.properties The ${visicomp.home} notation corresponds to the directory containing the VisiVue.jar file; the other directories are defined by properties created by your JVM. The order is significant; a property defined in a later file can override an earlier property definition. If one or more of these property files do not exist, it is not an error.