I never used H@H so I can't be certain, but my guess is that H@H was killed when you logout.
Use:
CODE
ps -eo uname,command | grep -E '\sjava'
If H@H is running correctly, you should see something like:
CODE
ichy java -jar HentaiAtHome.jar
If it's running as root, you should see:
CODE
root sudo /root/somethingsomething/java -jar HentaiAtHome.jar
If it's not running, you shouldn't see anything.