简体   繁体   中英

An error occurred while creating the database: java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver

I am trying to create a new JavaDB. I have added the Java DB Drivers into Libraries but it's still throwing out an error when creating a new Database under services.

I downloaded and defined db-derby-10.15.2.0-bin

在此处输入图像描述

and I defined drover files here

在此处输入图像描述

i clicked create database here

在此处输入图像描述

and filled this form

在此处输入图像描述

after I clicked om it shows like this

在此处输入图像描述

any one please help mee

Accordingly with the Derby release notes I think you are missing the derby tools

In addition, the derbytools.jar library is now required when running the network server and/or when using Derby DataSources.

finally, I solved this problem, I don't know why it's not working. but I changed derby version 10.15 to 10.2 now its working

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM