> java -jar sandmark.jar > java -classpath sandmark.jar sandmark.gui.SandMarkFrame > java -cp sandmark.jar sandmark.smash.SandmarkCLI -UTo run SandMark from the command line see the help information for scripting .
tools.jar
on your classpath. You can do
this in either of two ways. First, find the location of
tools.jar
on your system. It is typically in the
lib
subdirectory of your Java installation, but it
may, of course, be found anywhere on your filesystem.
Ask your system administrator. Then, start SandMark by saying
> java -classpath /usr/java/.../lib/tools.jar:sandmark.jar sandmark.gui.SandMarkFrameWhere
/usr/java/.../lib/tools.jar
is the path to
tools.jar
Alternatively, you can copy tools.jar into the JRE's extensions directory:
> cp /usr/java/j2sdk1.4.2_01/lib/tools.jar /usr/java/j2sdk1.4.2_01/lib/ext/Again, the actual paths will be specific to your particular installation. Then you should be able to run SandMark directly:
> java -jar sandmark.jar