Re: NetBeans won´t suggest import any java.sql.* class

2023-03-29 Thread Tim de Vries
So, what I've done for this? I do the tecreations SystemCompiler. That depends on the javac, for the version you're running. You can set release version, mine is currently at 8. If the classes are current when you do a ca.tecreations.apps.Deploy, 'like' thing, that might work. You'd have to

Re: NetBeans won´t suggest import any java.sql.* class

2023-03-29 Thread Sean Carrick
>From what I've seen, it's been an issue since JDK 9. After the JDK was modularized, it seems that this has been the way it is. The last version of NetBeans that imports SQL package is NetBeans 8.2 when using Ctrl+Shift+I. If you use a newer version of NetBeans and have your default JDK as 8, the

NetBeans won´t suggest import any java.sql.* class

2023-03-26 Thread Petri Koskelainen
Hi! NetBeans won´t suggest import any java.sql package class (that light bulb on the leftside). It does find java.sql package and classes if i manually write import to the code. I have tried make new project, all new netbeans settings files, diffent jdk. nothing works to fix it. What to do?