Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Why no main method(Why no main method)
Why no main method [message #924097] Wed, 26 September 2012 14:00 Go to next message
Sheen Jacob is currently offline Sheen JacobFriend
Messages: 2
Registered: September 2012
Junior Member
Hello,

I am new to Plugin Development. I was going through some tutorials and i see that there is no main method in the java class. Can anyone explain to me why there is no main method and how it is executed without the main method.

Thanks in Advance
Re: Why no main method [message #924844 is a reply to message #924097] Thu, 27 September 2012 07:07 Go to previous message
Martin Skorsky is currently offline Martin SkorskyFriend
Messages: 112
Registered: July 2009
Senior Member
plug-ins run in an OSGi environment like Equinox. They are started with the bundle activator, not with a main method. Of course, the Equinox launcher has a main method.

If the plug-in contributes to the UI of an RPC app or an IDE, the functionality is activated through menus, toolbars etc.
Previous Topic:GetPlugin from TargetPlatform
Next Topic:Create actions eats up eclipse
Goto Forum:
  


Current Time: Sat Apr 20 02:39:04 GMT 2024

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

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

Back to the top