| Author |
no db2jdbc in java.library.path on suse10.2
|
liuxin xinliu
Greenhorn
Joined: Jan 27, 2011
Posts: 2
|
|
now I met this problem
I have put db2java.zip in WEB-INF/lib,and i rename it to db2java.jar
I need help,is there something to config in my .profile of DB2?
thanks everyone
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
Welcome to CodeRanch
You need to TellTheDetails. Are you trying run a web application?
I have put db2java.zip in WEB-INF/lib,and i rename it to db2java.jar
Have you checked the contents of the zip file? Does it contain any driver jar file? (I haven't used this so cannot predict on this).
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
liuxin xinliu
Greenhorn
Joined: Jan 27, 2011
Posts: 2
|
|
Vijitha Kumara wrote:Welcome to CodeRanch
You need to TellTheDetails. Are you trying run a web application?
I have put db2java.zip in WEB-INF/lib,and i rename it to db2java.jar
Have you checked the contents of the zip file? Does it contain any driver jar file? (I haven't used this so cannot predict on this).
thank you!
now I solved this problem.
i add
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/users/db2min1/sqllib/lib
in my profile.
anyway very thank you!
|
 |
 |
|
|
subject: no db2jdbc in java.library.path on suse10.2
|
|
|