启动脚本中用全路径即可,例如:
java -jar /home/zhangsan/hello.jar
如果使用java -jar hello.jar 运行用jps命令只会显示进程号。而用jar文件的全路径,jps则可以显示进程名为hello。