I have a java application launched with a exe file. I can't launch it directly with a java main class, I have to launch it with the exe. I need to write an extension to this application, and in order to debug it with eclipse,
- I write an external tool launcher configuration in order to launch the exe in debug mode with eclipse - I write a Remote Java Application configuration in order to debug the application with my extension, inside eclipse.
My questions are : Can I write an eclipse plugin allowing to launch the external tool and the Remote Java application configurations with only one button in the toolbar ? if yes how ? is it possible to reuse the .launch files of my two current configurations ?