Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.ClassNotFoundException: com.ncr.teradata.TeraDriver

843838Jul 5 2007 — edited Jul 6 2007
Could someone help me with this error as soon as possible.I am trying it from last 2 days,but can't solve it.
I tried intiliazing driver,but didn't work.
Driver driver = null;
try{
driver = (Driver)Class.forName(applicationproperties.getProperty("TD_T4_DRIVER")).newInstance();
}
even if I try w/o reading it from file and wire it:
driver = (Driver) Class.forName("com.ncr.teradata.TeraDriver").newInstance();
still doesn't work,gives me same error..
Plz help me,I have to get it done by today..
Many Thanks in Advance!!'
-ASH
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2007
Added on Jul 5 2007
14 comments
2,189 views