Home > Archive > Java Beans > April 2005 > java.lang.ClassNotFoundException
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
java.lang.ClassNotFoundException
|
|
| gmercer 2005-03-27, 8:56 am |
| Hello everyone. This seems really simple, but the solutions I've read
haven't worked. I'm getting the error "java.lang.ClassNotFoundException:
com.extendedsystems.jdbc.advantage.ADSDriver" when I try to connect to the
ADS (7.1 from a FreeBSD machine running Tomcat5.0.28, JDK1.3.1). From what
I've read, this error is caused by not setting the CLASSPATH variable
correctly. I believe mine is set correctly (echo $CLASSPATH ->
/usr/local/ads/jdbc/adsjdbc.jar), but I can't shake this error.
Does anyone have any suggestions?
Thanks, G
| |
| littlewild@gmail.com 2005-03-27, 8:56 am |
| Copy the adsjdbc.jar file into your [catalina home]/shared/lib
| |
| HalcyonWild 2005-04-01, 8:57 am |
| littlewild@gmail.com wrote in message news:<1111910643.280654.87270@l41g2000cwc.googlegroups.com>...
> Copy the adsjdbc.jar file into your [catalina home]/shared/lib
I wonder if you need to do that, once you have your jar file in the
classpath. Should it be in Catalina_home.
|
|
|
|
|