Contents > 2 Installation > 2.5 Invoking SDMetrics

2.5 Invoking SDMetrics

Navigate to the SDMetrics installation directory and double-click file SDMetrics.jar to launch SDMetrics. If this does not work on your system, invoke SDMetrics with the script SDMetrics.bat (for Microsoft Windows platforms) or SDMetrics.sh (for Unix/Linux platforms).

On a command line prompt, start SDMetrics with the command:

java -jar "/path/to/SDMetrics.jar"
The name of the Java class to launch SDMetrics is com.sdmetrics.SDMetrics, so the following command will also start SDMetrics:
java -classpath "/path/to/SDMetrics.jar" com.sdmetrics.SDMetrics