I am trying to run a simple servlet which will access a Sybase database and return some data. My classes run fine in Visual Age but when I try and run them in Websphere I get a -
java.lang.ClassNotFoundException: com.sybase.jdbc2.jdbc.SybDriver
when trying to instantiate the jconnect driver.
I have tried referencing the jConn2.jar from the web projects properties menu and adding to the library tag and also importing the jar file into my project. I get the same error either way. Can anyone help?
java.lang.ClassNotFoundException: com.sybase.jdbc2.jdbc.SybDriver
when trying to instantiate the jconnect driver.
I have tried referencing the jConn2.jar from the web projects properties menu and adding to the library tag and also importing the jar file into my project. I get the same error either way. Can anyone help?