I think it would be helpful for any body following this thread to know that if he changed jdk to earlier version then it would have identified whether the bugs was due to jdk 15 or not. He didn't do that.
The only information provide was jdk version and linux version. I found that the bugs were not due to jdk15 because I have tested netbeans IDE against jdk 15. Not to be confused with development jdk. Z. https://www.backbutton.co.uk/ ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ On Fri, 22 Jan 2021, 08:36 August Nagro, <[email protected]> wrote: > Yes, I am using JDK 15 to run Netbeans as reported in the bugs. I > appreciate the advice to try downgrading to Java, but my objective is to > report some bugs, not find a workaround. > > On Fri, Jan 22, 2021, 12:23 AM Zahid Rahman <[email protected]> wrote: > >> Som, >> >> was taken aback by this statement >> >> > , I will keep using JDK 15 for development >> >> >> Z. >> >> https://www.backbutton.co.uk/ >> ¯\_(ツ)_/¯ >> ♡۶♡۶ ♡۶ >> >> On Fri, 22 Jan 2021, 06:04 Som Lima, <[email protected]> wrote: >> >>> >, I will keep using JDK 15 for development >>> >>> For development I presume you are using Maven . To specify JDK for >>> development you would do it this way (see below excerpt of pom.xml). >>> >>> The JDK being referred to so far causing these alleged bugs was running >>> NETBEANS IDE. The jdk running Netbeans is the one shown in the help -> >>> about window. >>> >>> It is not the same JDK , especially if you setup development >>> environment to build and run your code using Maven (pom.xml). >>> >>> >>> <build> >>> >>> <plugins> >>> <plugin> >>> <artifactId>maven-compiler-plugin</artifactId> >>> <version>3.7.0</version> >>> <configuration> >>> <source>15</source> >>> <target>15</target> >>> </configuration> >>> </plugin> >>> </plugins></build> >>> >>> >>> >>> >>> On Thu, 21 Jan 2021, 23:22 August Nagro, <[email protected]> wrote: >>> >>>> Hi Zahid, I will keep using JDK 15 for development. >>>> >>>> On Thu, Jan 21, 2021 at 12:52 AM Zahid Rahman <[email protected]> >>>> wrote: >>>> > >>>> > Trying using an early version of JDK >>>> > rather than jdk 15. >>>> > >>>> > Features like look and feel are commonly used features. They were >>>> probably developed and tested on earlier version of jdk. >>>> > >>>> > >>>> > Z. >>>> > >>>> > https://www.backbutton.co.uk/ >>>> > ¯\_(ツ)_/¯ >>>> > ♡۶♡۶ ♡۶ >>>> > >>>> > On Thu, 21 Jan 2021, 06:37 August Nagro, <[email protected]> >>>> wrote: >>>> >> >>>> >> Hello, >>>> >> >>>> >> I am new to Netbeans and am enjoying it so far. I have >>>> >> encountered 5 bugs. I've documented them here: >>>> >> >>>> >> https://github.com/AugustNagro/netbeans-bugs/tree/master/public_html >>>> >> >>>> >> I will pay $40 USD per bug. I know it's not much, but hope it's >>>> >> motivational for someone. >>>> >> >>>> >> Cheers, >>>> >> >>>> >> August >>>> >> >>>> >> --------------------------------------------------------------------- >>>> >> 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 >>>> >> >>>> >>>> --------------------------------------------------------------------- >>>> 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 >>>> >>>>
