[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.jdt] Re: General Eclipse - Question
|
"Suresh" <surr123@xxxxxxxxx> wrote in message
news:e0ua93$tmd$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> Good Morning,
>
> I am very new eclipse IDE. I have a scenario to create in Eclipse
>
> 1. I want to create a file (package, folder, class etc) in eclipse IDE.
>
> 2. Select a menu item (Right click menu item, or pop up menu, or a menu
> in
> tool bar)
>
> 3. On click on the menu item should call another java application (for
> example do some process and show a successful message)
Hi, Suresh. You might want to try posting your question in
eclipse.newcomer, which is a better forum for newcomers to Eclipse :-)
Since Eclipse is open source, one good way of answering questions like this
is to find somewhere else in Eclipse where something similar to what you
want happens, and then explore how it is achieved there. For instance, you
might look into how the "Run -> External Tools" menu item is implemented.