> On Jan 7, 2019, at 3:45 PM, Jan Lahoda <[email protected]> wrote: > > On Mon, Jan 7, 2019 at 8:12 PM Scott Palmer <[email protected] > <mailto:[email protected]>> wrote: > >> But either way, auto-complete in NetBeans can’t “see” the >> java.util.logging package. “logging” is not offered as a suggestion for >> auto-complete. With a Gradle project (using the netbeans gradle > > > Well, in a plain ant (J2SE) project, I can see "logging" in the code > completion after "java.util.". But it is possible the index in your cache > directory is broken, which would lead to what you seen. Or something else.
Must be something else, as I deleted the entire cache directory that was shown in the About window and that had no effect. > Sadly, the e-mails do not contain enough information to diagnose and/or fix > that. All I’m doing is: New Project… Java/Java Application Next... Finish In the main class file that opens I start typing an import statement: import java.util.log<CTRL-SPACE> which results in the auto-complete popup that after a (“Please wait…”) delay shows: “No suggestions” Here’s a video: https://youtu.be/bRZ_iFg_c5U <https://youtu.be/bRZ_iFg_c5U> [I should probably change the subject of this thread. Though the optional modules thing does apply to Java 9 and 10 where you must manually add java.xml.bind, java.xml.ws, jdk.attach, etc.] Scott
