• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Ranch Hand
Posts: 52
jQuery Netbeans IDE Flex
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey I am working on first crud application using JPA
using Netbeans 7.0 jdk 1.7, Making CRUD using Java Derby Database

from this Link: - http://platform.netbeans.org/tutorials/nbm-crud.html

i followed the tutorial step by step but i got titled (Configuration error. Class [org.apache.derby.jdbc.ClientDriver] not found) Exception
Below is the whole log Please help i dont know what is going on


 
Karamjeet singh
Ranch Hand
Posts: 52
jQuery Netbeans IDE Flex
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok i got the problem i have not added derby client . jar file to library

now i am getting the schema ('dbname') does not exist.


any help
 
reply
    Bookmark Topic Watch Topic
  • New Topic