博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
JAVA db client_java – 找不到类[org.apache.derby.jdbc.ClientDriver].尝试连接到db时
阅读量:6513 次
发布时间:2019-06-24

本文共 1201 字,大约阅读时间需要 4 分钟。

我在Netbeans中设置了一个项目,创建了一个脚本,用javadb建立了一个新的数据库.我可以通过gui连接到它 – 显示表内容等,但当我运行一个应用程序时:

EntityManager em = Persistence.createEntityManagerFactory("lab5PU").createEntityManager();

我得到这个很长的例外:

[EL Info]: 2013-04-05 21:40:45.554--ServerSession(1198260109)--EclipseLink, version: Eclipse Persistence Services - 2.3.0.v20110604-r9504

[EL Severe]: 2013-04-05 21:40:45.574--ServerSession(1198260109)--Local Exception Stack:

Exception [EclipseLink-4003] (Eclipse Persistence Services - 2.3.0.v20110604-r9504): org.eclipse.persistence.exceptions.DatabaseException

Exception in thread "AWT-EventQueue-0" javax.persistence.PersistenceException: Exception [EclipseLink-4003] (Eclipse Persistence Services - 2.3.0.v20110604-r9504): org.eclipse.persistence.exceptions.DatabaseException

Exception Description: Configuration error. Class [org.apache.derby.jdbc.ClientDriver] not found.

Exception Description: Configuration error. Class [org.apache.derby.jdbc.ClientDriver] not found.

at org.eclipse.persistence.exceptions.DatabaseException.configurationErrorClassNotFound(DatabaseException.java:82)

我可以在服务的驱动程序部分看到javadb驱动程序,所以我不知道错误是什么.

编辑:persistance.xml按要求:

org.eclipse.persistence.jpa.PersistenceProvider

lab5.Colleagues

转载地址:http://jxifo.baihongyu.com/

你可能感兴趣的文章
canvas学习笔记
查看>>
elasticsearch安装步骤
查看>>
PHP获取Cookie模拟登录CURL(转)
查看>>
PHP-权限控制类(转)
查看>>
CSS3秘笈第三版涵盖HTML5学习笔记9~12章
查看>>
bzoj1044木棍分割
查看>>
leetcode-136-Single Number
查看>>
http服务器小项目
查看>>
一些数学上的名词及操作
查看>>
<%@ include %>指令和<jsp:include>区别
查看>>
因为文件组 'PRIMARY' 已满 解决办法
查看>>
Flume 读取实时更新的日志文件
查看>>
HDU 2049
查看>>
《Spring1之第十次站立会议》
查看>>
Unity Shader 噪声消融特效 - 剑灵死亡特效
查看>>
Eclipse 自动生成 Ant的Build.xml 配置文件
查看>>
添加一条信息到列表,如果重复就替换,
查看>>
C#基础第五天
查看>>
python 小数相加报错 invalid literal for int() with base 10
查看>>
【ubuntu】linux链接库
查看>>