The Java editor in NetBeans should use whatever Java compiler that you use to run NetBeans, if you don't install nb-javac.
Gj On Wed, Nov 11, 2020 at 5:53 PM Jakub Herkel <[email protected]> wrote: > Is there really nobody who could have any advice? > > jakub > > On Mon, Nov 9, 2020 at 6:06 PM John Neffenger <[email protected]> wrote: > > > On 11/9/20 12:34 AM, Jakub Herkel wrote: > > > These tags are parts of Java Compiler API. So for Java 10+ there is a > new > > > SUMMARY tag. > > > > While we're at it, there's also a handy new Javadoc tag for system > > properties, available in Java 12, that I've noticed is missing in > NetBeans: > > > > JEP draft: Guidelines for documenting system properties > > https://openjdk.java.net/jeps/8214497 > > > > More details are in the Compatibility & Specification Review below: > > > > Support {@systemProperty <name>} tag > > https://bugs.openjdk.java.net/browse/JDK-8211132 > > > > John > > > > --------------------------------------------------------------------- > > 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 > > > > > > > > >
