I'm using Eclipse because I'm trying to make the process work! In a future I'll use the HumanTask API to manage process execution.
I have another question, why should I use the "Human task" string in the registerWorkItemHandler method, instead of "RunAction" (i.e. my Human task's name)?
ksession.getWorkItemManager().registerWorkItemHandler("Human Task", handler);