Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » getting version of a plugin at runtime
getting version of a plugin at runtime [message #290186] Fri, 19 August 2005 13:09 Go to next message
benedict heal is currently offline benedict healFriend
Messages: 28
Registered: July 2009
Junior Member
Is there any way at runtime to discover the version number of a plugin?
many thanks,
Benedict
Re: getting version of a plugin at runtime [message #290188 is a reply to message #290186] Fri, 19 August 2005 13:24 Go to previous messageGo to next message
Stephen Rowles is currently offline Stephen RowlesFriend
Messages: 14
Registered: July 2009
Junior Member
benedict heal wrote:
> Is there any way at runtime to discover the version number of a plugin?
> many thanks,
> Benedict


MyPluginClass.getDefault().getBundle().getHeaders().get("Bundle-Version ");
Re: getting version of a plugin at runtime [message #290198 is a reply to message #290188] Fri, 19 August 2005 15:39 Go to previous message
benedict heal is currently offline benedict healFriend
Messages: 28
Registered: July 2009
Junior Member
Stephen Rowles wrote:
> benedict heal wrote:
>
>> Is there any way at runtime to discover the version number of a plugin?
>> many thanks,
>> Benedict
>
>
>
> MyPluginClass.getDefault().getBundle().getHeaders().get("Bundle-Version ");
Brilliant. Many thanks.
Benedict
Previous Topic:Problems creating a PropertyTester
Next Topic:MultiPageEditor (once again) and Scrollbars
Goto Forum:
  


Current Time: Thu Apr 25 21:42:11 GMT 2024

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

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

Back to the top