wittybanter
Programmer
I am trying to connect to an Oracle DB with a Servlet (in Jbuilder 2006).
I am using JDBC: Class.forName("oracle.jdbc.driver.OracleDriver");
When I have this line in my code jbuilder gives me the classnotfoundException.
I can connect just great with a standard application - it compiles just fine with that line of code. I have a reference to the Classes12.jar in my project.
What I have read is that the Tomcat server needs that Classes12.jar file. I have added it to every lib folder that I can, but it refuses to 'see it' in jbuilder. I am running Windows XP.
I am using JDBC: Class.forName("oracle.jdbc.driver.OracleDriver");
When I have this line in my code jbuilder gives me the classnotfoundException.
I can connect just great with a standard application - it compiles just fine with that line of code. I have a reference to the Classes12.jar in my project.
What I have read is that the Tomcat server needs that Classes12.jar file. I have added it to every lib folder that I can, but it refuses to 'see it' in jbuilder. I am running Windows XP.