Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » is org.eclipse.debug.core part of RCP or usable in an RCP?
is org.eclipse.debug.core part of RCP or usable in an RCP? [message #453484] Mon, 31 July 2006 16:28 Go to next message
Paul E. Keyser is currently offline Paul E. KeyserFriend
Messages: 878
Registered: July 2009
Senior Member
R3.1.2, WinXP

I.e., without dragging in all the ide stuff.

(High-level view: I want to write some launch-configs, as a way of allowing users of my RCP app to
launch some external processes; I do not need or want the Eclipse launch-config GUI. I've just
started in on the article, code, help, and javadoc reading ...)

thanks,
Paul
Re: is org.eclipse.debug.core part of RCP or usable in an RCP? [message #453485 is a reply to message #453484] Mon, 31 July 2006 18:03 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Paul Keyser wrote:
> R3.1.2, WinXP
>
> I.e., without dragging in all the ide stuff.
>
> (High-level view: I want to write some launch-configs, as a way of
> allowing users of my RCP app to launch some external processes; I do not
> need or want the Eclipse launch-config GUI. I've just started in on the
> article, code, help, and javadoc reading ...)

A useful view for investigating some of these things is the Plug-in
Registry view. For a given plugin, it will show any extension points it
provides (and who uses them), any extension that it uses, and the
pre-req plugins (what it depends on).

org.eclipse.debug.core provides some of the launch configuration
extension points, and doesn't depend on the IDE per-se, although it does
depend on org.eclipse.core.resources. I don't know how much
functionality org.eclipse.debug.core provides, though.

Later,
PW


Re: is org.eclipse.debug.core part of RCP or usable in an RCP? [message #453514 is a reply to message #453485] Tue, 01 August 2006 13:36 Go to previous message
Paul E. Keyser is currently offline Paul E. KeyserFriend
Messages: 878
Registered: July 2009
Senior Member
Thanks -- after reading some code in that plugin, and some of the help docs, and parts of the two
articles, I decided that the launch framework is overkill for my little requiremet, and I will just
use the bare-java framework.

Paul
Previous Topic:Order menus from different plugins
Next Topic:Serialization issue
Goto Forum:
  


Current Time: Sat Oct 05 07:36:45 GMT 2024

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

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

Back to the top