[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Adding own application as button to workbench ?

Hi,

as Benoit explained you have to create a plug-in. You find an tutorial here: http://www.vogella.de/articles/EclipsePlugIn/article.html

Best regards, Lars
--
http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials
http://www.twitter.com/vogella - vogella on Twitter


klm wrote:
I have written a simple application in java. Now I would like to install this application in the eclipse framework and make it possible to run it pressing a button in the workbench. I assume this is what writing plugins for eclipse is all about but how do I get started in the right corner?