Hello,
We have java class in Unix. We are running this class using script startapplication.sh. This script has following only one line.
java com.test.apps.socketListener
How to check if the java class is running or not in the Unix. If running, what would be the proper way to stop/kill it. I'm very new to Unix environment. I really appreciate any help.
Thanks
We have java class in Unix. We are running this class using script startapplication.sh. This script has following only one line.
java com.test.apps.socketListener
How to check if the java class is running or not in the Unix. If running, what would be the proper way to stop/kill it. I'm very new to Unix environment. I really appreciate any help.
Thanks