I am currently working on an inventory system application on NetBeans 13(using java). In order to do my project, I need to connect to a database to store information. This is my first time using NetBeans so I have watched a couple of videos on this. I am currently having one major problem--when I try to run one of my projects, it runs, but when I attempt to add information to the database (i.e. when I fill out the "product form" and press the add button), it says "java.sql.SQLException: No suitable driver found for jdbc:derby://localhost:1527/Inventory". I'm sure that this is a very silly error but I have spent so long trying to figure it out and to no avail, I haven't been able to figure it out. I have attached some screenshots below if it is of any help. For reference, I am on a MacBook pro.
If there is any advice or information anyone can give me, I would sincerely really appreciate it!! I really would love to get this project going as soon as possible.