JRun Service Manager Properties file: jsm.properties

 on my machine it was in  \JRun\jsm-default\properties\

java.classpath setting




Hi Guys,

I am using JRun. I do not where do I specify the classpath to my zip/jar
files. For example I am using Oracle JDBC driver which is contained in
classes111.zip.  During page compilation(.jsp10) I get the following
error


com.livesoftware.jsp.JSPServlet:

javax.servlet.ServletException:
Found 16 semantic errors compiling
"C:/JRun/jsm-default/services/jseweb/servlets/jsp/jsp/jspsamp10/QueryResults.java":


    49.          DriverManager.registerDriver(new
oracle.jdbc.driver.OracleDriver());

<----------------------------------------------------------------->
*** Error: No match was found for method
"registerDriver(oracle.jdbc.driver.OracleDriver)"


    49.          DriverManager.registerDriver(new
oracle.jdbc.driver.OracleDriver());
                                                  <---------------->
*** Error: Could not find package named:
                C:\JRun\jsm-default\classes/oracle/jdbc/driver,
                C:\JRun\lib\jrun.jar(oracle/jdbc/driver),
                C:\JRun\lib\servlet.jar(oracle/jdbc/driver),
                C:\JRun\webl\WebL.jar(oracle/jdbc/driver),
                C:\JRun\lib\jsp.jar(oracle/jdbc/driver),
                C:\JRun\lib\xml4j.jar(oracle/jdbc/driver),
                C:\JRun\lib\xt.jar(oracle/jdbc/driver),
                C:\JRun\lib\fesi.jar(oracle/jdbc/driver),
                C:\JRun\lib\cfanywhere.jar(oracle/jdbc/driver),
                C:\JRun\lib\NetComponents.jar(oracle/jdbc/driver),
                C:\JRun\lib\OROMatcher.jar(oracle/jdbc/driver),
                C:\JRun\instantdb\Classes/oracle/jdbc/driver,
                C:\JRun\lib\jrunadmin\jrunadmin.jar(oracle/jdbc/driver),

                C:\JRun\jre\lib\rt.jar(oracle/jdbc/driver),
                C:\JRun\jre\lib\i18n.jar(oracle/jdbc/driver) or
                C:\JRun\lib\jrunadmin\swing.jar(oracle/jdbc/driver)


Please help me.

TIA

Vimal Kansal

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to