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!!