>, 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, <augustna...@gmail.com> wrote: > Hi Zahid, I will keep using JDK 15 for development. > > On Thu, Jan 21, 2021 at 12:52 AM Zahid Rahman <zahidr1...@gmail.com> > 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, <augustna...@gmail.com> 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: users-unsubscr...@netbeans.apache.org > >> For additional commands, e-mail: users-h...@netbeans.apache.org > >> > >> For further information about the NetBeans mailing lists, visit: > >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >