Hi,
I got a problem to use SQLeonardo to connect to my sql server. It seems that I cannot add the JDBC driver.
I followed the instructions on the website to put three sqlserver jdbc .jar files into the right place and choose .SQLServerDriver as the driver class, but after i clicked the "ok", there are some execptions thrown out, like "noclassdeffounderror:com/.../basedriver. I set the CLASSPATH to the other two .jar files. The problem is still there.
Can you give me some help? Thanks
Hao
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I got a problem to use SQLeonardo to connect to my sql server. It seems that I cannot add the JDBC driver.
I followed the instructions on the website to put three sqlserver jdbc .jar files into the right place and choose .SQLServerDriver as the driver class, but after i clicked the "ok", there are some execptions thrown out, like "noclassdeffounderror:com/.../basedriver. I set the CLASSPATH to the other two .jar files. The problem is still there.
Can you give me some help? Thanks
Hao
Hello,
Strange. Please could you me send a screenshot of the "new.driver" dialog (the first step)? and what's your environment as OS and Java?
(nickyb@users.sourceforge.net)
Thanks nickyb,
I have posted a description of my problem on the internet. Please take a loot at following link:
http://tinman.cs.gsu.edu/~cschntx/problemDes.htm
Hao
WOW!!!
Well, you must put the 3 jars in this dir:
c:\Program Files\Java\jdk1.5.0_05\jre\lib\ext
Then choose the mssqlserver.jar in the tree
Nicky
It does not work to put them into \jdk1.5.0_05\jre\lib\ext\, and modify the CLASSPATH to the new directory.
I got the same exceptions. ?
Hao
try:
java -cp sqleonardo.jar;<dir>\msbase.jar;<dir>\mssqlserver.jar;<dir>\msutil.jar; nicky.sqleonardo.Application
Thanks nickyb,
It is working now.