Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP: Sun ONE classpath and JDBC

Status
Not open for further replies.

xdaveu

Programmer
Dec 5, 2002
1
CA
Sorry this may seem like a newb question but I've been struggling with this for days, I am not familiar with SunONE...

I am trying to access the native JDBC drivers for Progress 91D and I'm using SunONE 4 Update 1 and I can't seem to load the JDBC library.

I initially thought it was my code but I can import the package jdbc.jar and instantiate a JdbcProgressDriver. Also, I can test the jdbc URL via the Driver.acceptsURL() and it returns true. But everytime I try to create a connection, I get a no suitable driver found. I have been fiddling around with this for three days now and I can't seem to get this to work.

This is the only theory I can think of...

1) Mounting the filesystem adds the jdbc.jar to the classpath but for some reason it can't load the library

Question: Does anyone know how to mount this .jar properly? Do I need to edit the Ant build scripts? I hope not because I don't know how to do that either...

Help would be much appreciated ;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top