Ive created a small application in SUNONE STUDIO 4
databse server-pointbase.
It runs well in IDE.
When i create an executable jar ,
it doesnt connect to the database.
I can realize that the problem is with the driver.
the driver is in a package (com.pointbase.jdbc.jdbcUniversalDriver)
Can i include this in the jar file i create.
How can i add class path.
please help.
kevinc - 22 Nov 2003 18:43 GMT
You JDBC jar must be placed in the CLASSPATH of your appserver.
I'm unfamiliar with the SUNONE appserver. Look for a /lib folder under
the SUNONE install folder. That is where you should drop the jar into.
> Ive created a small application in SUNONE STUDIO 4
> databse server-pointbase.
[quoted text clipped - 6 lines]
> How can i add class path.
> please help.