I need to get a thread dump of Java application running as a service on Windows. It can't run in command line, so using Ctrl+Break isn't a solution for me. I heard that Java 5.0 provides new API for getting thread dump, however I can't change code for calling this API. Is there any other way to get thread dump on Java 5.0, like jconsole?