Disabling Usage Statistics¶
By default, the first time you run a new installation of Jaspersoft Studio, you are prompted to allow us to collect usage statistics. These statistics are anonymous. This pop-up can be disabled in the .ini file in the <jss-install> folder.
To disable the usage statistics dialog:
-
Locate the
.inifile (for example,Jaspersoft Studio.ini). This file is in your<jss-install>directory on Windows and Linux, and in the<jss-install>/Contents/Eclipsedirectory on Mac. -
Open the file in a text editor.
-
Locate the following line:
-vmThis line sets the location of the JVM to be used.
-
Add the following line before
-vm:-com.jaspersoft.studio.skipUsageQuestion true -
Save the file.