java/sql/Savepoint problem [message #113306] |
Fri, 01 April 2005 04:10 |
jdoyle
Messages: 1 Registered: March 2005
|
Junior Member |
|
|
Hi,
I'm trying to run an application that connects to an Oracle server. It runs fine from within JDeveloper. However I need to be able to run it from the command line but when I try to do this I get an error:
java.lang.NoClassDefFoundError: java/sql/Savepoint
I'm using jdk1.4.1 and I have all the Oracle classes/jars I need in my classpath. Any help on this would be greatly appreciated as I have no experience with Oracle or SQL.
Thanks!
|
|
|