Skip to main content



      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 10:00 Go to next message
Eclipse UserFriend
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 03:07 Go to previous message
Eclipse UserFriend
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: Tue Jul 08 02:14:41 EDT 2025

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

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

Back to the top