| Author |
thin driver / classpath / jdk1.4
|
Celinio Fernandes
Ranch Hand
Joined: Jun 28, 2003
Posts: 546
|
|
Trying to execute a program, I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: " whenever I set up my CLASSPATH. export classpath=/opt/oracle/product/9.2.0/jdbc/lib/ojdbc14.jar:/opt/oracle/product /9.2.0/jdbc/lib/nls_charset12.zip javac Test.java ==> ok java Test == > Exception in thread "main" java.lang.NoClassDefFoundError: " This is a CLASSPATH problem because if unset the classpath, I don't get any error. So it has nothing to do with the code in my program. I am using jdk 1.4.1_01 and the jdbc driver is thin (included with Oracle 9i). Does anyone have an idea ? What is wrong ? thanks
|
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCBCD 5
Visit my blog
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
longbeach longbeach, Welcome to JavaRanch! We ain't got many rules 'round these parts, but we do got one. Please change your display name to comply with The JavaRanch Naming Policy. Thanks Pardner! Hope to see you 'round the Ranch!
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
Perhaps you need to include the current working directory in your CLASSPATH setting. The current working directory is denoted with a period. So, your CLASSPATH should be .:[OTHER LOCATIONS HERE] I'm moving this to the Beginner's forum... [ June 29, 2003: Message edited by: Dirk Schreckmann ]
|
 |
 |
|
|
subject: thin driver / classpath / jdk1.4
|
|
|