Re: Running NetBeans version
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 --e
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.