• 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

Class not found exception

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to use Weblogic with IBM Db2.It's giving Exception as "Class Not Found for DB2 driver COM.ibm.db2.jdbc.app.DB2Driver".can anybody please suggest in which folder should i place db2java.zip (COM.ibm.db2.jdbc.app.DB2Driver)
thanx.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you�re using WL6.0 I think that just pointing your classpath from the startWebLogic.cmd to db2java.zip may solve your problem.
The file startWebLogic.cmd is under:
WL_HOME\config\your_domain
folder.
[This message has been edited by Marcos Maia (edited July 18, 2001).]
 
ramdas nayak
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

thank you Marcos Maia with your suggestion i was able fix the problem
thankx once again..
bye.
reply
    Bookmark Topic Watch Topic
  • New Topic