Mauro:

What does your classpath look like? Try to make sure that the Oracle classes
you want to use are at the front of your classpath. If another zip or jar
includes a different version of the Oracle JDBC/OCI drivers, you could be
trying to use that instead of the version you think you're using, which
could then trigger this error because the different version would want a
matching, probably different, version of the ocijdbc8 dll. Please let me
know if this does it for you. Thanks.

Mark

-----Original Message-----
From: Mauro Quartini [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 10:13 AM
To: [EMAIL PROTECTED]
Subject: java.lang.UnsatisfiedLinkError: no ocijdbc8 in
java.library.path


Hi All,

The following error occurred:

java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path

(ocijdbc8 is a dll library)

Win NT + Apache + Jserv + JSWDK + Oracle JSP

Previously I used Apache + Tomcat and no error occurred on the same jsp
page.

Where could I change that path?

My system PATH include the correct dir, of course.

Thank you all in advance



Mauro

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to