I want to keep my java application running. however,
pkill java
is execute on teminal.
For Example, There is multiple java applications are running. and the above command kill all the java applications. But, I want an Application keep running. Please, suggest something which help me.