Subject | Re: interbase.interclient.Driver ClassNotFoundException. |
---|---|
Author | rrokytskyy |
Post date | 2002-05-06T15:39:09Z |
> Despite the fact that I'm putting "interclient.jar" in my classpathIt might be an issue with JDK 1.4. Sun changes versions of some
> (via the -classpath option to the vm from SUN SDK 1.4), I still get
> a ClassNotFoundException when I try:
> Class.forName("interbase.interclient.Driver");
>
> Has anyone else had this strange problem? Does anyone have some
> ideas about what I should try next to sort out this problem?
classes, and usually binary code compiled for JDK 1.3 does not work
with JDK 1.4. Try to get sources of InterClient from CVS and compile
with your JDK (there's an Ant script by David Jencks that will
simplify you life, but any javac will do the job).
Best regards,
Roman Rokytskyy