Fixing bugs and cleaning up: making sure that the execution of the first trace has...
[jpf-core.git] / bin / print_class
1 #!/bin/sh
2
3 JPF_HOME=`dirname "$0"`/..
4
5 java -classpath "$JPF_HOME/build/jpf.jar" gov.nasa.jpf.jvm.ClassFilePrinter "$@"