I've been given a
servlet that I suppose previously ran on oracle 10.2 but my environment was upgraded to the 11g client. When I fire up
tomcat I don't get any errors but when I try and run the servlet I get "unsatisfiedlinkerror no ocijdbc10 in java.library.path"
I am honestly not sure what to do-very new to this. I am building it in eclipse and I am not sure if there is something in a configuration file or what. I need to make the servlet run on 11g.
Thanks