![]() |
Sponsored Link •
|
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:
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
|