On Fri, 28 Oct 2022 at 17:46, Matthias Bläsing <[email protected]> wrote: > Comparable specVersion = mi.getSpecificationVersion(); > Comparable reqVersion = new SpecificationVersion("9.26"); > if (specVersion.compareTo(reqVersion)) >= 0) { // etc etc
That was my suggested workaround, which I'm hoping achieves the same thing already? Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
