Possible Duplicate:
Eclipse: How can I execute a launch configuration programmatically?
I want to write an Eclipse Plugin that can programmatically create Debug Launch configurations for 'Remote Java Application' and also Launch the configuration programmatically.
Is this possible? Can someone give me pointers to get me started?
I don't have a great deal of experience authoring Eclipse plugins but I am quite experienced using it for my daily dev work.
I am keen on writing this plugin to simply my debugging process which currently involves manually launching a debug configuration for every JVM (at least 3) that I want to debug, which slows me down tremendously.