Re: Template tutorial

2023-02-25 Thread Rick Tee
Erm nope not me. On 25/02/2023 11:19, Antonio wrote: So you've dared to update the tutorial??? Very well done!! Way to go! Reviewed! Thanks, Antonio On 23/2/23 23:04, Sean Carrick wrote: Just as a quick follow-up, I updated the tutorial file on GitHub to reflect that it was pointing to the

Re: Template tutorial

2023-02-23 Thread Rick Tee
/used to be/ located. Many changes have happened with the APIs over the decades. This is why I had said in my last email to "type in" the name of the class you need. It will filter the modules list to only those modules that contain a class with that name. -SC On 2/23/23 3:28 AM, Ri

Re: Template tutorial

2023-02-23 Thread Rick Tee
own to /Base Utilities API/. Add each of those to your module and recompile. You should be fine then. Also, it helps if, when you are asking for help, you include which version of NetBeans, which version of the JDK, and what build system you are using. -SC On 2/21/23 10:52 PM, Rick Tee wr

Template tutorial

2023-02-21 Thread Rick Tee
Hi, I followed the template tutorial: https://netbeans.apache.org/tutorials/nbm-filetemplates.html When I choose run i get: warning: [options] bootstrap class path not set in conjunction with -source 1.7 warning: No processor claimed any of these annotations: TemplateRegistration,Messages /h