Re: .lang.NoClassDefFoundError: java/sql/Savepoint - Solution
Posted by: Makarand Kulkarni
Date: May 30, 2006 08:30AM

java.sql.Savepoint class is available in Sun Java 1.4 and above, if you are running java of lower version of any other such as IBM this class may not be present.

Since your java checkes for existance of this class it errors out.

Solution: Ugly way of getting around this error is to turn off that checking by setting "-Xverify:none" in your jvm.conf file.

I am using JDK 1.3.1 and this is what solved the problem for me...

Good luck

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.