How to refresh Eclipse launch configurations programmatically? [message #630586] |
Mon, 04 October 2010 05:46 |
Marko Messages: 1 Registered: October 2010 |
Junior Member |
|
|
While Eclipse is running I generate launch configurations using external Java program which saves them in .launches directory. My question is how to get that configurations in Eclipse without restarting Eclipse? (after restart they show up in launch configurations but I want to avoid restarting Eclipse using some kind of a plugin)
I would appreciate any help.
P.S. Just to add that I tried the following things:
DebugPlugin.getDefault().getLaunchManager().getLaunchConfigu rations(); This is the method which Eclipse call when some approaches launch configurations for the first time. After that, any further call to this method make no sense.
|
|
|
Powered by
FUDForum. Page generated in 0.08215 seconds