nohup java -jar my.jar &
默认情况下,它会将输出传递给nohup.out,所以如果你不想要,你可以尝试:
nohup java -jar my.jar > /dev/null &