#!/bin/bash
export CLASSPATH=.
java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5002 DeadLock > out &
exit 0
