This is a discussion on Fix for "no db2jdbc in java.library.path" using Tomcat with DB2 within the DB2 forums, part of the Database Server Software category; --> I've seen a number of postings on this issue but no resolution that worked for me. No amount of ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I've seen a number of postings on this issue but no resolution that worked for me. No amount of playing around with with the Tomcat classpath or library path seemed to help. Finally ended up copying db2jdbc.dll to my \jre\bin folder. Ugly but it works. Wasted a day on this! Note: This was with Windows 2000. If there is a better way do tell. Thanks. |
| ||||
| Hi, Bob, After you installed db2 client, the variable PATH should point to ..../SQLLIB/BIN on windows. Double check this (system) environment variable. Fan Ruoxin Bob Bishop wrote: > I've seen a number of postings on this issue but no resolution that > worked for me. No amount of playing around with with the Tomcat > classpath or library path seemed to help. > > Finally ended up copying db2jdbc.dll to my \jre\bin folder. Ugly but > it works. > > Wasted a day on this! Note: This was with Windows 2000. > > If there is a better way do tell. Thanks. |