• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

no db2jdbc in java.library.path on suse10.2

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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).

 
liuxin xinliu
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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!
 
reply
    Bookmark Topic Watch Topic
  • New Topic