473,385 Members | 1,326 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Class Not Found Exception

Hi

I am using the following code to connect with oracle driver

Class.forName("oracle.jdbc.driver.OracleDriver");
con=DriverManager.getConnection("jdbc:oracle:thin: @140.0.0.151:1521:tst","usr","usr");


If i use this coding to connect to oracle driver for console based application
it is working correctly and retrieves the data and shows.
But if i use the same coding in jsp i cant connect to the oralce driver.
It show the Exception : java.lang.ClassNotFoundException : oracle.jdbc.driver.OracleDriver.


Please some try this one & Post the good reply to this problem.
Jul 30 '07 #1
3 5968
r035198x
13,262 8TB
Hi

I am using the following code to connect with oracle driver

Class.forName("oracle.jdbc.driver.OracleDriver");
con=DriverManager.getConnection("jdbc:oracle:thin: @140.0.0.151:1521:tst","usr","usr");


If i use this coding to connect to oracle driver for console based application
it is working correctly and retrieves the data and shows.
But if i use the same coding in jsp i cant connect to the oralce driver.
It show the Exception : java.lang.ClassNotFoundException : oracle.jdbc.driver.OracleDriver.


Please some try this one & Post the good reply to this problem.
You need to set the driver classpath for your servlet/JSP engine. How to do that depends on your engine and is written somewhere in its documentation.
Jul 30 '07 #2
Hi,

This problem may occurs due to if u haven't copy the Oracle jar file in lib folder web app application, copy the resdpective jar file and try .


Cheers,
Sateesh
Jul 31 '07 #3
praveen2gupta
201 100+
Hi

I am using the following code to connect with oracle driver

Class.forName("oracle.jdbc.driver.OracleDriver");
con=DriverManager.getConnection("jdbc:oracle:thin: @140.0.0.151:1521:tst","usr","usr");


If i use this coding to connect to oracle driver for console based application
it is working correctly and retrieves the data and shows.
But if i use the same coding in jsp i cant connect to the oralce driver.
It show the Exception : java.lang.ClassNotFoundException : oracle.jdbc.driver.OracleDriver.


Please some try this one & Post the good reply to this problem.

Hi


your problem is related to the not founding of driver. You go to WEB-INF folder then classes folder now copy your Oracle thin driver folder here. After That it will work.
Jul 31 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: dinks | last post by:
Hi, I'm new to C++ and have been assigned a task which i dont completely understand. Any help would be greately appreciated. Here is the problem: The class "linkedListType" use the "assert"...
4
by: Rahul Anand | last post by:
Getting SQL Exception when trying to implement Connection based Trasaction using SQL Helper class. I am using the follwing function to execute my stored procs: -=-=-=- ExecuteScalar(ByVal...
5
by: Nick Flandry | last post by:
I'm running into an Invalid Cast Exception on an ASP.NET application that runs fine in my development environment (Win2K server running IIS 5) and a test environment (also Win2K server running IIS...
0
by: Daniel Sélen Secches | last post by:
I found a good class to do a simple FTP. Very good.... I'm posting it with the message, i hope it helps someone ============================================================== Imports...
1
by: Jim | last post by:
Have fully operational software package developed on VB.NET that worked until Jan 1 2003, with early stage deployments on Oct 10, Oct 23, Nov 11, Dec 12 and Dec 30. When attempted final...
0
by: Nol | last post by:
Hi all, My webservice throws an exception, which is translated into a soap Fault in the soap message body. See below for the actual message format as it is send by the server. On the (dotNet)...
12
by: mast2as | last post by:
Hi everyone... I have a TExceptionHandler class that is uses in the code to thow exceptions. Whenever an exception is thrown the TExceptionHander constructor takes an error code (int) as an...
0
by: dfa_geko | last post by:
Hi All, Just had a question about the RSACryptoServiceProvider class. I'm kind of a newbie at this. In the following code at the end of the message, does the key get stored in the User...
4
by: vasavimaruthi | last post by:
hi, i got class not found exception of a small jdbc program in windows. the program is like this import java.sql.*; public class Db1 { public static void main(String a)...
11
by: Rafe | last post by:
Hi, I'm working within an application (making a lot of wrappers), but the application is not case sensitive. For example, Typing obj.name, obj.Name, or even object.naMe is all fine (as far as...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.