I am currently trying to connect to a Sybase DB using Squirrel Client. However, when I try to connect I am getting an error with the following stack trace.
java.lang.RuntimeException: java.lang.ClassNotFoundException: com.sybase.jdbc2.jdbc.SybDriver
After seeing similiar questions on here, I downloaded the JTDS 1.3.1 driver (everything I'm seeing is saying that that is the appropriate driver for sybase) and added the jar file to the lib folder in my squirrel installation. The error is still showing.
The format for my URL is jdbc:sybase:Tds:host:port/DBNAME
If anyone has any ideas, I would appreciate the help, I'm drawing all kinds of blanks here.