Re: Netbeans code assist not picking up classes under JRE Full Profile

2021-02-08 Thread Bob Schellink
On Mon, Feb 8, 2021 at 3:19 PM Daoud Abdelmonem Faleh < abdelmonem.fa...@gmail.com> wrote: > Make sure you have Java.sql module imported > > https://docs.oracle.com/en/java/javase/14/docs/api/java.sql/module-summary.html > Ah right. Guess I thought setting to Full JRE will do that for me :P

Netbeans code assist not picking up classes under JRE Full Profile

2021-02-08 Thread Bob Schellink
Hi all, With the latest Netbeans12.2 the code assist isn't identifying certain classes such as java.sql.Connection. To produce, 1) Create new Java With Ant -> Java Application In the main method of the generated class type: Connection and press Ctrl-Space I get no suggestion. In the Projects