This has probably already been answered, but I want to know where.
I made a JFrame, using NetBeans, and I made a DataBase. I then connected my code, consisting of the JFrame, to the DataBase like this:
Connection conn = DriverManager.getConnection("jdbc:derby://localhost:1527/loginDB", "loginuser", "userpass");
but I keep getting these really long error messages, too long to go on here.
I would like to know how to fix this, and what I'm even doing wrong.