Is there any way to call a certain method in a running java application?
Forexample: I have a java application running, Now I want to call a method uk.co.planetbeyond.chatservice.Stopper.stop() on the same instance of the application. Can I do that?