Either install Open JDK
or
do following
Create an alias for JPS using following:
ps -ef | grep java
or
ps -aux| grep java
or
do following
Create an alias for JPS using following:
alias jps='/usr/lib/jvm/jdk1.6.0_33/bin/jps'
else if you want to see java process running execute following commandps -ef | grep java
or
ps -aux| grep java
No comments:
Post a Comment
Thank you for Commenting Will reply soon ......