The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Oracle driver

Posted by Kevin Foley on June 03, 2001 at 2:01 PM

Hi,

I wrote some code that connects to an Oracle database and grabs and displays an XML Clob. If, using Visual Cafe, I compile the project as an application that needs java.exe to run, it works fine. If I compile the project as a stand alone exe then I get a message that says

java.lang.noClassDefFoundError: oracle/jdbc/driver/OracleDriver

I also tried writing this using Visual J++ but that program doesn't seem to like the Clob datatype.

Any idea why I can't get this to run as a stand alone application?

Thanks in advance

Kevin



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us