If I check my activity monitor there is an instance of java that is constantly taking 5% CPU or more. I know that there is some app that are using java on my system and therefore my question is:
Is there any way to figure out what app that is using java without closing all running apps?
Note: All "main" applications is closed (No apps i dock) so I know that that it is one of my background/menubar applications.
ps aux | grep javain Terminal give a hint? – patrix♦ Feb 25 at 18:48