使用shell编写一个启动jar文件的脚本

nohup sudo java -jar   -Xms258m -Xmx258m -XX:PermSize=512M -XX:MaxPermSize=512m  xxx.jar 

你可能感兴趣的:(脚本)