• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

websphere classnot found error

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to connect to oracle from websphere 6.0. I get java.lang.NoClassDefFoundError: oracle/jdbc/pool/OracleConnectionPoolDataSource

I have this class in classes.zip and it is included in the Java build path of the RAD. then why this error? Is it bcoz of the zip file instead of JAR. Does websphere except it in a JAR file? or shld there be any classpath problem?

Any thoughts on this?

Thanks!!
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deepa,
Double click on server and go to Environment tab. Add the classes12.zip in classpath section. Save it and restart the server.

Hope this will work ..If not let me know..

thanks,

Sakti
reply
    Bookmark Topic Watch Topic
  • New Topic