Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Add "Run As / Eclipse Application" in context menu
Add "Run As / Eclipse Application" in context menu [message #634281] Thu, 21 October 2010 07:07
Alain Artouste is currently offline Alain ArtousteFriend
Messages: 17
Registered: October 2010
Junior Member
I've built my own CommonNavigator with my own hierarchy of contents:
MyProject which is a composition of IProject
MyFolder which is a composition of IFolder

To my mind "Composition" means that:
Quote:
class MyProject {
IProject project;
...
}


I would like to be able to launch "Run As / Eclipse Application" and "Debug ad / Eclipse application" on the context menu when I select an instance of MyProject.
How can i do that.

Thanks
Alain
Previous Topic:start desktop application
Next Topic:MultilineRule Partitioning issue
Goto Forum:
  


Current Time: Thu Apr 25 13:26:46 GMT 2024

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

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

Back to the top