Re: How to use different versions of javac api in netbeans sources

2020-11-11 Thread Davide Grandi
sorry for the delay, I didn't notice that you question went unanswered. I seldom encountered the need of having different version of a jar on the same JVM, but in every case the anwser was loading different jars in different classloaders, and executing things in different threads. (obviously

Re: How to use different versions of javac api in netbeans sources

2020-11-11 Thread Geertjan Wielenga
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 wrote: > Is there really nobody who could have any advice? > > jakub > > On Mon, Nov 9, 2020 at 6:06 PM John Neffenger

Re: How to use different versions of javac api in netbeans sources

2020-11-11 Thread Jakub Herkel
Is there really nobody who could have any advice? jakub On Mon, Nov 9, 2020 at 6:06 PM John Neffenger 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

Re: How to use different versions of javac api in netbeans sources

2020-11-09 Thread John Neffenger
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:

How to use different versions of javac api in netbeans sources

2020-11-09 Thread Jakub Herkel
Hi, I checked this issue https://issues.apache.org/jira/browse/NETBEANS-1309. This issue is about a new javadoc @summary tag and that Netbeans doesn't display any summary when this tag is used in javadoc popup. I debugged source code and, if I am correct, data for this javadoc popup are generated