Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to refresh Eclipse launch configurations programmatically?
icon5.gif  How to refresh Eclipse launch configurations programmatically? [message #630586] Mon, 04 October 2010 05:46
Marko  is currently offline 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.
Previous Topic:Writable PDE Model ?
Next Topic:Techniques for exchanging data between Eclipse and a Running Process
Goto Forum:
  


Current Time: Thu May 23 02:36:52 EDT 2013

Powered by FUDForum. Page generated in 0.08215 seconds