Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
JDBC and Relational Databases
JDBC thin driver
Pappu Kumar
Ranch Hand
Posts: 69
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i set the classpath on Windows 2000 server :
C:\Oracle\Ora81\jdbc\lib\classes111.jar
But still this code...gives me an Class not found exception.
String
driverName = "oracle.jdbc.driver.OracleDriver";
Class.forName(driverName);
Please help...
vishwas bansal
Greenhorn
Posts: 6
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
set classpath=%classpath%;D:\oracle\ora81Serv\jdbc\lib\classes12.zip;
This how i hv set it..compare it with yours..it shud work.
Monty Ireland
Ranch Hand
Posts: 161
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
FYI
class111.zip is for
java
standard 1.1
class12.zip is for the java standard 1.2
Multi Platform Database Developer & DBA on E.S.T.
Pappu Kumar
Ranch Hand
Posts: 69
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
still doesnt workk..i set the classpath to classes12.jar
still i get classnotfoundexception
What's gotten into you? Could it be this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Loading Oracle JDBC Driver
Reading data from database table that contains control characters.
Loading Oracle JDBC Driver
help with basic authentication
sqlServer connection
More...