I've encountered that the java-process is
- started without any reasing (while no java-application should be run) and
- after a while uses 100% of the CPU (AMD Phenom II X4)
I kill it with the gnome system monitor. After some seconds, the process appears again, using again 100% of CPU (status: sleep).
I'm also irritated about the fact, that
$ jobs
does not return anything. I'll tried
sudo jobs
for fun and got the message
sudo: jobs: command not found
but jobs of course is installed.
I have installed OpenJDK Java 6 Runtime via the Software Center.
How can I
- find out if there is still a programm running which uses java
- why the process takes that much CPU?

