我在netbeans中创建了简单的java应用程序。我使用mysql-connector-java-5.0.7-bin将java与mysql.it连接起来,在IDE中工作良好,最后我创建了可执行文件jar.。当我从cmd窗口运行jar文件时,我在cmd中得到了以下错误db not connected -c
我有一个Java应用程序,我需要它来使用JDBC连接我的MySQL数据库的SQL脚本。) DriverManager.getConnection("jdbc:mysql://localhost:3306/new","login","pass");
/*As we are creatinga connection on a local computer we will write the url as jdbc:mys