Dear guys
I am rather new to Java and Java databases. Now I have just installed netbeans v6.1 together with derby (javaDB) on win XP, SP 2. Creating and running java programs is ok, but I can't start derby server from netbeans services menu. NetBeans tells me: java.lang.NoClassDefFoundError: org/apache/derby/drda/NetworkServerControl. Exception in thread "main".
Question 1: Does this mean that derby.jar is not in classpath?
My current classpath is:
.;C:\Program\Java\jre1.6.0_02\lib\ext\QTJava.zip
Question 2: Is this a correct classpath? Should there not be a semicolon ; between two entries? I am wondering why \lib\ext\QTJava.zip is in classpath. I didn't add it.
Question 3: How should my classpath look like if derby.jar is in path: C:\Program\glassfish-v2ur2\javadb\lib ? Do I have to pay attention not to overwrite important parts of classpath already set?
I really appreciate every help. Thank you very much.
yap