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
>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
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?