JDBC runtime error - java.lang.ClassNotFoundException: org.apache.derby.jdb

I am trying to complete and run GUI-DB exercise (Netbeans tutorial )using derby on NetBeans 5.5. Application builds without any error. When I run it using run project within NetBeans, it errors out withjava.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver

I have added derbyclient.jar to project properties (libraries/run tab).Noticed jar file it builds does not contain derbyclient.jar. Although, dist folder has it in a folder named lib. I am not sure why it doesn't bundle derbyclient.jar in to project jar file. I am runing Window XP. Could some one help me please ? Thanks !

[609 byte] By [Pradeepba] at [2007-11-26 22:12:19]
# 1
Aren't you missing any import?MeTitus
Me_Titusa at 2007-7-10 11:01:38 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

Hi,

when contact editor project is loaded, you find in your expanded project window an entry library.

Right click on it, select >>Add jar/folder...<< and select "derbyclient.jar" as you did in the tutorial.

I found this when I compared the finished DB client app to the self made one.

Obviously Sun missed to state this explicitly adding jar again to lib.

If changing this and you are starting the contacts-editor then you will be presented by another new message:

run:

JdbcRowSet (setTypeMap): Feature not implemented: setTypeMap.

BUILD SUCCESSFUL (total time: 32 seconds)

Having the same here. I only found this reference, but (sorry ) no answer, too:

http://www.techienuggets.com/Detail?tx=5903

rob*

robsmilera at 2007-7-10 11:01:38 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...