You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Michael Wiedeking <mi...@mathema.de> on 2020/07/07 22:39:44 UTC

Running NetBeans version

Hello (again),

is there a way from within my module to retrieve the version of the currently running NetBeans instance?

Thanks for the help,

M.

Re: Running NetBeans version

Posted by Emilian Bold <em...@gmail.com>.
Note that your module could run on any NetBeans Platform app, not just on
IDE.

Two approaches:

* via branding: eg. http://wiki.netbeans.org/DevFaqMainTitle
* via module versions / ModuleInfo:
https://netbeans.org/download/5_5/org-openide-modules/org/openide/modules/doc-files/api.html#listing

--emi


On Wed, Jul 8, 2020 at 1:39 AM Michael Wiedeking <
michael.wiedeking@mathema.de> wrote:

>
>
> Hello (again),
>
>
>
> is there a way from within my module to retrieve the version of the
> currently running NetBeans instance?
>
>
>
> Thanks for the help,
>
>
>
> M.
>