
Signature
Rohan Parkes
Melbourne
Australia
> I have the new J2EE package, but am having trouble understanding how to
> add the jdbc driver to my classpath. Several books/articles tell me to
[quoted text clipped - 3 lines]
>
> I'm using the PointBase sample db.
the classpath will be an environment variable somewhere. On a windows
computer it might be set in config.sys, or in the setup/options of
your IDE.
My IDE is forte, and this builds it's own classpath from the
directories and jars mounted into each project.
Look in the help for your IDE about CLASSPATH, or mounting directories
and jar files. Your jdbc driver is probably in a jar file. The name
will depend on the database. My pointbase demo stuff has /lib jar
files starting pbxxx35RE.jar
i suspect these are your babies. mount one into your project and try a
compile.
kev.
Rohan Parkes - 06 Feb 2004 15:42 GMT
> > I have the new J2EE package, but am having trouble understanding how to
> > add the jdbc driver to my classpath. Several books/articles tell me to
[quoted text clipped - 14 lines]
> will depend on the database. My pointbase demo stuff has /lib jar
> files starting pbxxx35RE.jar
Thanks - I seem to have it working more or less now.

Signature
Rohan Parkes
Melbourne
Australia