com.sybase.jdbc2.jdbc.SybDriver error

2005-03-09 Thread PGibbonsX
Hi there, i'm sure this issue has been raised before, i get the following error when running one of my jsp pages: java.lang.ClassNotFoundException: com.sybase.jdbc2.jdbc.SybDriver Now i now this class resides in C:\Tomcat\jConnect-5_5\classes\jconn2.jar which is in my classpath. When i

Re: com.sybase.jdbc2.jdbc.SybDriver error

2005-03-09 Thread David Smith
Move jconn2.jar to C:\Tomcat\common\lib and restart. Tomcat ignores the classpath in favor of it's classloaders and eliminates a huge load of headaches with it. --David [EMAIL PROTECTED] wrote: Hi there, i'm sure this issue has been raised before, i get the following error when running one