How Do I Run XSQL on Oracle8i Lite?
I am trying to use XSQL with Oracle8i Lite on Windows 98, and the Apache JServ Web server. I am getting the error message no oljdbc40 in java.library.path, even though I have set the olite40.jar in my classpath (which contains the POLJDBC driver). Is there anything extra I need to do to run XSQL for Oracle8i Lite. Answer: You must include the following instruction in your jserv.properties file: wrapper.path=C:\orant\bin where C:\orant\bin is the directory where (by default) the OLJDBC40.DLL lives. Note that this is not wrapper.classpath, it’s wrapper.path.