kill -9 `ps -ef | grep java | grep "xxx" | awk '{print $2}'` 

 pid=`ps -ef | grep java | grep "xxx" | cut -c10-14`