well, there are so many threads discussed about this topic , but unfortunately nothing worked for me .
I am sending username/pwd
to the server and server is interacting with JDBC client
. this is my goal .
but I am getting above mentioned error while executing the below piece of code
ERROR: Class.forName("org.apache.derby.jdbc.ClientDriver").newInstance();
CLASSPATH varaible here :
C:\ProgramFiles\Java\jdk1.7.0_17\bin;C:\ProgramFiles\Java\jdk1.7.0_17\db\lib;C:\ProgramFiles\Java\jdk1.7.0_17\db\lib\derbyclient.jar
;
I'm pretty sure this jar contains ClientDriver.class
.
I dont know where I did mistake .. anyone pls help me .