T
Timo Nentwig
Hi!
I load the app.DB2Driver as I'm used to load any other DB and do a
DriverManager.getConnection():
java.sql.SQLException: No suitable driver
I thought I might have to set
LD_LIBRARY_PATH=/home/db2inst1/sqllib/lib
since this is only be done for db2inst1 (who does not run my java
application) but I obviously was wrong.
db2java.zip is in classpath, of course.
What's the point here?
Timo
I load the app.DB2Driver as I'm used to load any other DB and do a
DriverManager.getConnection():
java.sql.SQLException: No suitable driver
I thought I might have to set
LD_LIBRARY_PATH=/home/db2inst1/sqllib/lib
since this is only be done for db2inst1 (who does not run my java
application) but I obviously was wrong.
db2java.zip is in classpath, of course.
What's the point here?
Timo