Driver class name is org.apache.derby.jdbc.EmbeddedDriver.
Need to put derby.jar in class path, which can be found at glassfishv3/javadb/lib/derby.jar.
Database URL is jdbc:derby:/d4/workspace/jboss/getimg/helloDB;create=true
Derby数据库配置指南
本文介绍了如何配置Apache Derby嵌入式数据库。主要内容包括指定数据库驱动类名、将derby.jar添加到类路径中以及设置正确的数据库URL。这些步骤对于成功运行使用Derby作为数据存储的应用程序至关重要。
Driver class name is org.apache.derby.jdbc.EmbeddedDriver.
Need to put derby.jar in class path, which can be found at glassfishv3/javadb/lib/derby.jar.
Database URL is jdbc:derby:/d4/workspace/jboss/getimg/helloDB;create=true
4万+
393
7313
1592
1万+
432

被折叠的 条评论
为什么被折叠?