Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » launch a program
launch a program [message #288461] Tue, 19 July 2005 07:36 Go to next message
Eclipse UserFriend
Hi,

I've written an extension in my plug-in that has the implementing class
conforming the interface

org.eclipse.debug.core.model.ILaunchConfigurationDelegate

It is to run a fixed shell-script.

How can I launch it from my program?

- Gergely
Re: launch a program [message #288489 is a reply to message #288461] Tue, 19 July 2005 09:34 Go to previous message
Eclipse UserFriend
Create a launch configuration of the appropriate type, and call #launch(...)
on it. See this article that explains how to launch Java apps
programmatically. The same holds for other types of launch configurations.

http://www.eclipse.org/articles/Article-Java-launch/launchin g-java.html

Darin

"Gergely Buday" <gbuday@gmail.com> wrote in message
news:1f7e767e1ffd2a8b34f3a331e1c254b6$1@www.eclipse.org...
> Hi,
>
> I've written an extension in my plug-in that has the implementing class
> conforming the interface
>
> org.eclipse.debug.core.model.ILaunchConfigurationDelegate
>
> It is to run a fixed shell-script.
>
> How can I launch it from my program?
>
> - Gergely
>
Previous Topic:How to programmatically get a list of extension locations?
Next Topic:File Association ContentType
Goto Forum:
  


Current Time: Sun Nov 09 11:29:31 EST 2025

Powered by FUDForum. Page generated in 0.05636 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top